Skip to content

Commit 2676798

Browse files
nostrapolloclaude
andcommitted
Fix branding: verified.software → verifiedsoftware.dev
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 82c1b57 commit 2676798

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<footer class="border-t border-border py-12 px-6">
55
<div class="max-w-6xl mx-auto flex flex-col md:flex-row items-center justify-between gap-6">
6-
<span class="font-mono text-sm text-text-muted">verified.software</span>
6+
<span class="font-mono text-sm text-text-muted">verifiedsoftware.dev</span>
77
<div class="flex items-center gap-6 text-sm text-text-secondary">
88
<a href="https://lean-lang.org" target="_blank" rel="noopener" class="hover:text-accent transition-colors">Lean</a>
99
<a href="https://leanprover-community.github.io/mathlib4_docs/" target="_blank" rel="noopener" class="hover:text-accent transition-colors">Mathlib</a>

src/components/Nav.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<nav class="fixed top-0 left-0 right-0 z-50 bg-bg/80 backdrop-blur-md border-b border-border">
55
<div class="max-w-6xl mx-auto px-6 h-16 flex items-center justify-between">
66
<a href="/" class="font-mono text-accent text-sm tracking-wide hover:text-text-primary transition-colors">
7-
verified.software
7+
verifiedsoftware.dev
88
</a>
99

1010
<div class="hidden md:flex items-center gap-8">

0 commit comments

Comments
 (0)