fix: update About link positioning and styling in HomePage component
Build Images and Deploy / Update-PROD-Stack (push) Successful in 1m22s

This commit is contained in:
2026-03-20 21:05:19 -04:00
parent c6a0cf51a9
commit c1ca92b8a0
+4 -4
View File
@@ -102,11 +102,11 @@ export default async function HomePage() {
</h1> </h1>
<p className="text-slate-400 max-w-xl mx-auto"> <p className="text-slate-400 max-w-xl mx-auto">
Trade hashtags like stocks. Prices are driven by real-time activity on Mastodon. Trade hashtags like stocks. Prices are driven by real-time activity on Mastodon.
Research a tag to unlock it, then buy long or short.{' '} Research a tag to unlock it, then buy long or short.
<Link href="/about" className="text-indigo-400 hover:text-indigo-300 underline underline-offset-2">
Learn more
</Link>
</p> </p>
<Link href="/about" className="inline-block mt-2 text-sm text-indigo-400 hover:text-indigo-300 underline underline-offset-2 whitespace-nowrap">
Learn more
</Link>
<div className="flex justify-center gap-4 mt-6"> <div className="flex justify-center gap-4 mt-6">
{session ? ( {session ? (
<> <>