We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9584c commit 7e0928cCopy full SHA for 7e0928c
1 file changed
src/app/links/page.tsx
@@ -49,6 +49,17 @@ const Links = () => {
49
{lang('Notdriven', 'The Note Drive')}
50
</a>
51
</li>
52
+ <li>
53
+ <a
54
+ className='cursor-pointer text-red-600 underline'
55
+ href='https://samply.app/p/Ub5REp3lbAi3CCnJdgdm'
56
+ >
57
+ {lang(
58
+ 'Samply',
59
+ "Samply",
60
+ )}
61
+ </a>
62
+ </li>
63
<li>
64
<a
65
className='cursor-pointer text-red-600 underline'
0 commit comments