From 03445046655ee9c80fc833ee803b840887816430 Mon Sep 17 00:00:00 2001 From: Noah Solomon Date: Tue, 2 Apr 2024 22:23:04 -0400 Subject: [PATCH] github shill --- src/app/page.tsx | 49 +++++++++++++++++++++++++++++------ src/components/nav/navbar.tsx | 10 ------- src/components/ui/badge.tsx | 1 + 3 files changed, 42 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ede7298..1158e98 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,18 @@ import { Badge } from "@/components/ui/badge"; import Image from "next/image"; -import { Button } from "@/components/ui/button"; +import { Button, buttonVariants } from "@/components/ui/button"; import { useCreateVideo } from "./usecreatevideo"; import { useYourVideos } from "./useyourvideos"; import { useEffect, useMemo, useRef, useState } from "react"; import { toast } from "sonner"; import { useRouter } from "next/navigation"; -import { Folder, Loader2, Wand } from "lucide-react"; +import { Folder, Gem, Loader2, Star, Wand } from "lucide-react"; import { useUser } from "@clerk/nextjs"; import { Skeleton } from "@/components/ui/skeleton"; import { trpc } from "@/trpc/client"; import Link from "next/link"; +import { cn } from "@/lib/utils"; export default function Home({ searchParams, @@ -110,20 +111,28 @@ export default function Home({
- - @SMART.WTF + + #FREE

BRAINROT.JS - - @SMART.WTF + + #FREE

@@ -140,6 +149,14 @@ export default function Home({
+ + {" "} + Star on GitHub +
+

+ + Starring on GitHub + {" "} + greatly supports my efforts (this kinda costs a lot 💀) -{" "} + + @Noah + +

Most Recent User Generations diff --git a/src/components/nav/navbar.tsx b/src/components/nav/navbar.tsx index 54e029c..f05276e 100644 --- a/src/components/nav/navbar.tsx +++ b/src/components/nav/navbar.tsx @@ -39,16 +39,6 @@ const NavBar = () => { : "fine:border-sm fine:border-b fine:bg-card/80 fine:backdrop-blur-3xl" } `} > - - Enjoying Brainrotjs? Star us on GitHub Here ⭐{" "} -

diff --git a/src/components/ui/badge.tsx b/src/components/ui/badge.tsx index 489806a..e56201f 100644 --- a/src/components/ui/badge.tsx +++ b/src/components/ui/badge.tsx @@ -56,6 +56,7 @@ const badgeVariants = cva( "border-transparent bg-orange-800 text-white hover:bg-orange-700", environmentalScience: "border-transparent bg-black text-white hover:bg-black", + green: "border-transparent bg-green-500 text-white hover:bg-green-400", engineering: "border-transparent bg-grey-500 text-white hover:bg-grey-400", medicine: