Remove inconsistent title styling

This commit is contained in:
Jared Schoeny 2026-01-16 14:16:17 -10:00
parent 5dfc98fad0
commit 3f8568c867

View File

@ -94,7 +94,7 @@ export default async function EditHackPage({ params }: EditPageProps) {
<h1 className="flex items-center text-3xl tracking-tight">
Edit
<FaChevronRight size={22} className="inline-block mx-2 text-foreground/50 align-middle" />
<span className="gradient-text font-bold">{hack.title}</span>
<span className="font-bold">{hack.title}</span>
</h1>
<div className="flex items-center gap-2 md:flex-row flex-col md:self-end lg:self-auto mt-8 lg:mt-0">
<Link href={`/hack/${slug}`} className="inline-flex items-center justify-center h-12 md:h-10 w-full md:w-auto rounded-md border border-[var(--border)] bg-[var(--surface-2)] px-3 py-2 text-sm font-medium hover:bg-black/5 dark:hover:bg-white/10">