Skip to content

Commit 7a1393e

Browse files
Merge pull request #18 from enricobattocchi/claude/add-wiki-footer-link-V16bi
Add wiki.closerintime link to footer
2 parents e7afa2e + 6fae654 commit 7a1393e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/components/Footer.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ export default function Footer() {
4444
<a href="https://github.com/enricobattocchi/closerintime-node" rel="noopener" target="_blank">
4545
GitHub
4646
</a>
47+
<br />
48+
Check also{" "}
49+
<a href="https://wiki.closerinti.me/" rel="noopener" target="_blank">
50+
wiki.closerintime
51+
</a>
4752
</p>
4853
</footer>
4954
{showHelp && <HelpModal onClose={() => setShowHelp(false)} />}

0 commit comments

Comments
 (0)