Skip to content

Commit 98dac29

Browse files
author
mxvsh
committed
Update text
1 parent 56f4e11 commit 98dac29

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/www/src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const footerLinks = [
1313
<div class="flex flex-col items-center gap-2 md:items-start">
1414
<a href="/" class="flex items-center gap-3 text-2xl font-bold text-primary">
1515
<img src="/logo.svg" alt="Livedot logo" class="h-8 w-8 rounded-md" />
16-
<span class="brand-wordmark">livedot</span>
16+
<span class="brand-wordmark">Livedot</span>
1717
</a>
1818
<p class="text-sm tracking-wide text-on-surface-variant">
1919
© 2026 Livedot. Built for live traffic.

apps/www/src/components/Header.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const navLinks = [
2020
<nav class="mx-auto flex h-20 max-w-7xl items-center justify-between px-6">
2121
<a href="/" class="flex items-center gap-3 text-2xl font-bold text-primary">
2222
<img src="/logo.svg" alt="Livedot logo" class="h-8 w-8 rounded-md" />
23-
<span class="brand-wordmark">livedot</span>
23+
<span class="brand-wordmark">Livedot</span>
2424
</a>
2525

2626
<div class="hidden items-center gap-8 font-headline tracking-tight md:flex">

0 commit comments

Comments
 (0)