Skip to content

Commit 5bf8207

Browse files
fix: few chagnes to the website
1 parent 0b3dbd8 commit 5bf8207

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

syrup-website/components/footer.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ export function Footer() {
6666
</div>
6767
<div className="border-t border-gray-800 mt-12 pt-8 text-center">
6868
<p>
69-
© {new Date().getFullYear()} Syrup. All rights reserved.
69+
© {"2024 - " + new Date().getFullYear()} Syrup. All
70+
rights reserved.
7071
</p>
7172
</div>
7273
</div>

syrup-website/components/header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export function Header() {
1111
alt="Syrup Logo"
1212
width={32}
1313
height={32}
14-
className="w-8 h-8"
14+
className="w-8 h-8 rounded-lg"
1515
/>
1616
<span className="text-xl font-semibold">Syrup</span>
1717
</Link>

0 commit comments

Comments
 (0)