Skip to content

Commit 8f1cbcf

Browse files
authored
Add SB Studios
1 parent 2a9bbb4 commit 8f1cbcf

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

components/home/header.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,16 @@ export default function Header() {
7070
</Link>
7171
</Button>
7272
</div>
73+
<p className="mt-4 text-sm text-muted-foreground text-center">
74+
Fièrement hébergé par{" "}
75+
<Link
76+
href="https://sandblockstudios.com/"
77+
target="_blank"
78+
className="underline underline-offset-2 hover:text-primary"
79+
>
80+
SandBlock Studios
81+
</Link>
82+
</p>
7383
</div>
7484
</div>
7585

@@ -103,6 +113,7 @@ export default function Header() {
103113
))}
104114
</div>
105115
</section>
116+
106117
</section>
107118
</div>
108119
);

0 commit comments

Comments
 (0)