Skip to content

Commit 064f807

Browse files
committed
run locally
1 parent 80aefca commit 064f807

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/page-client.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ export default function PageClient({
226226
</motion.div>
227227

228228
<motion.div variants={buttonVariantsAnimated} className="w-full">
229+
229230
<Link
230231
href={"https://github.com/noahgsolomon/brainrot.js"}
231232
target="_blank"
@@ -237,7 +238,7 @@ export default function PageClient({
237238
})}
238239
>
239240
<Star className="h-5 w-5" />
240-
<p className="text-lg">Star on GitHub</p>
241+
<p className="text-lg">Run Locally (free)</p>
241242
</Link>
242243
</motion.div>
243244

0 commit comments

Comments
 (0)