button fix

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso 2024-09-20 18:10:02 -04:00
parent 7a60f17f2a
commit 8610c277af
Signed by: xe
SSH Key Fingerprint: SHA256:4VmLEcSFkJqNVktQ6/3CA2uSk8wGZ8VEzLmTQTyjngM
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import React from "react";
import { User, Award, Globe } from "lucide-react";
import { Button } from "@/components/ui/button";
import { Button } from "@/components/button";
import { allAuthors } from "@/.content-collections/generated";
import Image from "next/image";
import Link from "next/link";

View File

@ -3,7 +3,7 @@ import { Inter, Podkova } from "next/font/google";
import "./globals.css";
import React from "react";
import Link from "next/link";
import { Button } from "@/components/ui/button";
import { Button } from "@/components/button";
import Head from "next/head";
const inter = Inter({