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 0b3dbd8 commit 5bf8207Copy full SHA for 5bf8207
syrup-website/components/footer.tsx
@@ -66,7 +66,8 @@ export function Footer() {
66
</div>
67
<div className="border-t border-gray-800 mt-12 pt-8 text-center">
68
<p>
69
- © {new Date().getFullYear()} Syrup. All rights reserved.
+ © {"2024 - " + new Date().getFullYear()} Syrup. All
70
+ rights reserved.
71
</p>
72
73
syrup-website/components/header.tsx
@@ -11,7 +11,7 @@ export function Header() {
11
alt="Syrup Logo"
12
width={32}
13
height={32}
14
- className="w-8 h-8"
+ className="w-8 h-8 rounded-lg"
15
/>
16
<span className="text-xl font-semibold">Syrup</span>
17
</Link>
0 commit comments