Skip to content

Commit 281a5d0

Browse files
committed
style(shop): blue gradient for Shop navbar title
1 parent 084f9d1 commit 281a5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/shop.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const Route = createFileRoute('/shop')({
3030
// sidebar takes over the primary left rail (same behavior as doc pages).
3131
Title: () => (
3232
<Link to="/shop" className="relative whitespace-nowrap">
33-
<span className="inline-block text-transparent bg-clip-text bg-linear-to-r from-emerald-500 to-lime-500">
33+
<span className="inline-block text-transparent bg-clip-text bg-linear-to-r from-blue-500 to-cyan-400">
3434
Shop
3535
</span>
3636
</Link>

0 commit comments

Comments
 (0)