Skip to content

Commit bbcdc78

Browse files
khaliqgantclaude
andcommitted
copy: drop the "that's the site" sign-off
It was a tongue-in-cheek end-of-page marker that read as twee on a manual rather than a personal blog. The page just ends now. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b1b9fbb commit bbcdc78

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

app/page.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Link from "next/link";
22
import { getAllPosts, formatDate } from "@/lib/posts";
33
import { BackgroundOrbs } from "@/components/background-orbs";
44
import { ScrollReveal } from "@/components/scroll-reveal";
5-
import { Squiggle, Sparkle } from "@/components/decorations";
5+
import { Sparkle } from "@/components/decorations";
66

77
const ACCENT_BG: Record<string, string> = {
88
peach: "bg-peach/60",
@@ -277,11 +277,6 @@ export default async function Home() {
277277
))}
278278
</ul>
279279

280-
<div className="reveal mt-16 flex items-center justify-center gap-3 text-ink-faint">
281-
<Squiggle className="h-3 w-24 opacity-60" />
282-
<span className="font-display italic text-sm">that&rsquo;s the site</span>
283-
<Squiggle className="h-3 w-24 opacity-60" />
284-
</div>
285280
</div>
286281
</section>
287282
</>

0 commit comments

Comments
 (0)