Skip to content

Commit 20c92ed

Browse files
authored
Add TG support link (#24)
1 parent bf922fd commit 20c92ed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/nextjs/components/Footer.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ export const Footer = () => {
4747
Fork me
4848
</a>
4949
</div>
50+
<span className="hidden sm:inline">·</span>
51+
<div className="text-center">
52+
<a href="https://t.me/+dlt_wBcnoORhNzcy" target="_blank" rel="noreferrer" className="link">
53+
Support
54+
</a>
55+
</div>
5056
</div>
5157
</ul>
5258
</div>

0 commit comments

Comments
 (0)