We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 084f9d1 commit 281a5d0Copy full SHA for 281a5d0
1 file changed
src/routes/shop.tsx
@@ -30,7 +30,7 @@ export const Route = createFileRoute('/shop')({
30
// sidebar takes over the primary left rail (same behavior as doc pages).
31
Title: () => (
32
<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">
+ <span className="inline-block text-transparent bg-clip-text bg-linear-to-r from-blue-500 to-cyan-400">
34
Shop
35
</span>
36
</Link>
0 commit comments