()
| 2 | import type {NoPropComponent} from 'tinydocs'; |
| 3 | |
| 4 | export 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 | ); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…