We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a849b58 commit ac79f04Copy full SHA for ac79f04
1 file changed
src/components/Navbar.astro
@@ -13,7 +13,7 @@ const navLinks = [
13
<nav class="navbar bg-base-100 border-b border-base-300 sticky top-0 z-50">
14
<div class="navbar-start">
15
<a href="/" class="btn btn-ghost text-xl font-bold">
16
- MyCodingPlan
+ <span class="bg-gradient-to-r from-primary to-secondary bg-clip-text text-transparent">MyCodingPlan</span>
17
</a>
18
</div>
19
0 commit comments