MCPcopy Create free account
hub / github.com/tinyplex/tinybase / Footer

Function Footer

site/ui/Footer.tsx:4–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import type {NoPropComponent} from 'tinydocs';
3
4export const Footer: NoPropComponent = () => (
5 <footer>
6 <nav>
7 <a id="gh" href="https://github.com/tinyplex/tinybase" target="_blank">
8 GitHub
9 </a>
10 <a
11 id="bs"
12 href="https://bsky.app/profile/tinybase.bsky.social"
13 target="_blank"
14 >
15 Bluesky
16 </a>
17 <a id="tw" href="https://x.com/tinybasejs" target="_blank">
18 X / Twitter
19 </a>
20 <a id="dc" href="https://discord.com/invite/mGz3mevwP8" target="_blank">
21 Discord
22 </a>
23 </nav>
24 <nav>
25 <a href="/">
26 TinyBase <span id="version" />
27 </a>{' '}
28 © 2022-
29 </nav>
30 </footer>
31);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…