Skip to content

Commit

Permalink
new test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
noahgsolomon committed Jul 28, 2024
1 parent cf2b974 commit 4983fe1
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,7 @@ import { useCreateVideo } from "./usecreatevideo";
import { useYourVideos } from "./useyourvideos";
import { useEffect, useState } from "react";
import { toast } from "sonner";
import {
Crown,
Folder,
Github,
Loader2,
Wand,
X,
} from "lucide-react";
import { Crown, Folder, Github, Loader2, Wand, X } from "lucide-react";
import { useUser } from "@clerk/nextjs";
import { Skeleton } from "@/components/ui/skeleton";
import { trpc } from "@/trpc/client";
Expand All @@ -26,7 +19,6 @@ import NumberTicker from "@/components/magicui/number-ticker";
import { useGenerationType } from "./usegenerationtype";
import ClientTweetCard from "@/components/magicui/client-tweet-card";


export default function Home({
searchParams,
}: {
Expand Down Expand Up @@ -248,7 +240,7 @@ export default function Home({
<div className=" flex flex-col items-center gap-2">
<div>
<h1 className="relative max-w-[10ch] text-center text-5xl font-bold lg:text-6xl">
BRAINROT.JS
BRAINROT.JS (new)
</h1>
<p className="flex w-full flex-row items-center justify-center gap-1 p-2 text-base font-normal italic">
<NumberTicker value={7543} /> videos generated 💀
Expand Down

0 comments on commit 4983fe1

Please sign in to comment.