Skip to content

Commit 1f1d6ca

Browse files
committed
Keep everything lowercase for style
1 parent 3cc0e9b commit 1f1d6ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/routes/+layout.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
<svelte:fragment slot="menuIcon">
3030
<NavItem
3131
path="/"
32-
text="Home"
32+
text="home"
3333
icon="M10,20V14H14V20H19V12H22L12,3L2,12H5V20H10Z"
3434
currentUrl={$page.url}
3535
class="pl-3 pr-4 text-gray-900 [&:where(.is-active)]:text-sky-100"
3636
/>
3737

3838
<NavItem
3939
path="/about"
40-
text="About"
40+
text="about"
4141
icon="M11,9H13V7H11M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M11,17H13V11H11V17Z"
4242
currentUrl={$page.url}
4343
class="pl-3 pr-4 text-gray-900 [&:where(.is-active)]:text-sky-100"

0 commit comments

Comments
 (0)