Skip to content

Commit a67fa67

Browse files
committed
Remove middot from end of first footer line
Move it to the second line to separate GitHub and wiki link instead. https://claude.ai/code/session_017Dqii6UiJafS226Y2z52Ya
1 parent e4645c1 commit a67fa67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default function Footer() {
4444
<a href="https://github.com/enricobattocchi/closerintime-node" rel="noopener" target="_blank">
4545
GitHub
4646
</a>
47-
{" "}&middot;{" "}
47+
{" · "}
4848
Check also{" "}
4949
<a href="https://wiki.closerinti.me/" rel="noopener" target="_blank">
5050
wiki.closerintime

0 commit comments

Comments
 (0)