Skip to content

Commit ac79f04

Browse files
committed
feat: enhance navbar branding with gradient text styling
1 parent a849b58 commit ac79f04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Navbar.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const navLinks = [
1313
<nav class="navbar bg-base-100 border-b border-base-300 sticky top-0 z-50">
1414
<div class="navbar-start">
1515
<a href="/" class="btn btn-ghost text-xl font-bold">
16-
MyCodingPlan
16+
<span class="bg-gradient-to-r from-primary to-secondary bg-clip-text text-transparent">MyCodingPlan</span>
1717
</a>
1818
</div>
1919

0 commit comments

Comments
 (0)