We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a9bbb4 commit 8f1cbcfCopy full SHA for 8f1cbcf
1 file changed
components/home/header.tsx
@@ -70,6 +70,16 @@ export default function Header() {
70
</Link>
71
</Button>
72
</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>
83
84
85
@@ -103,6 +113,7 @@ export default function Header() {
103
113
))}
104
114
105
115
</section>
116
+
106
117
107
118
108
119
);
0 commit comments