aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSebastien Castiel <sebastien@castiel.me>2024-01-11 11:44:48 -0500
committerSebastien Castiel <sebastien@castiel.me>2024-01-11 11:44:48 -0500
commitddce4d0bdbf657de1bf11ce2722ed0435868e41d (patch)
tree6d8a768a8411bbb09b35ee60f331e6c9810458c9 /src
parentcf41048aeab1a64f6e686ddb5a98fe44d5aadc58 (diff)
Add contributors link
Diffstat (limited to 'src')
-rw-r--r--src/app/layout.tsx8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 7ffaab0..3e8dade 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -129,6 +129,14 @@ export default function RootLayout({
Built by{' '}
<a href="https://scastiel.dev" target="_blank" rel="noopener">
Sebastien Castiel
+ </a>{' '}
+ and{' '}
+ <a
+ href="https://github.com/scastiel/spliit2/graphs/contributors"
+ target="_blank"
+ rel="noopener"
+ >
+ contributors
</a>
</span>
</div>