Skip to content

Commit 4de473a

Browse files
fix totalboat sponsor
1 parent a81766b commit 4de473a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

-26.6 KB
Loading

src/app/sponsors/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -790,13 +790,13 @@ export default function SponsorsPage() {
790790
height={130}
791791
/>
792792
</a>
793-
<a href="https://totalboatrepair.com/" target="_blank">
793+
<a href="https://www.totalboat.com/" target="_blank">
794794
<Image
795795
className="m-4 lg:m-10"
796796
src="/sponsor/2026/bronze/totalboat-white.png"
797797
alt="totalboat"
798-
width={170}
799-
height={130}
798+
width={150}
799+
height={110}
800800
/>
801801
</a>
802802
</div>

0 commit comments

Comments
 (0)