2 parents e7afa2e + 6fae654 commit 7a1393eCopy full SHA for 7a1393e
1 file changed
src/components/Footer.tsx
@@ -44,6 +44,11 @@ export default function Footer() {
44
<a href="https://github.com/enricobattocchi/closerintime-node" rel="noopener" target="_blank">
45
GitHub
46
</a>
47
+ <br />
48
+ Check also{" "}
49
+ <a href="https://wiki.closerinti.me/" rel="noopener" target="_blank">
50
+ wiki.closerintime
51
+ </a>
52
</p>
53
</footer>
54
{showHelp && <HelpModal onClose={() => setShowHelp(false)} />}
0 commit comments