diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-01-29 01:28:31 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-01-29 01:28:31 -0800 |
| commit | 0bed366a1b2f435141a12dc5a5538b6c60d50b21 (patch) | |
| tree | 17058e4109f6e194fb4c07e6bab1d85920cfe12c | |
| parent | a10348e9434b6d8febcbcde9ccead950619e8c22 (diff) | |
update footer message
| -rw-r--r-- | modules/PageBase.tsx | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/modules/PageBase.tsx b/modules/PageBase.tsx index f6290c3..1ad0fe7 100644 --- a/modules/PageBase.tsx +++ b/modules/PageBase.tsx @@ -19,28 +19,16 @@ const PageBase = (props: PageBaseProps) => { > {props.children} </div> - {/* <div className="mt-6 text-gray-500 text-center"> - Made with 🍝 by{' '} + <div className="py-6 text-center"> <a - href="https://twitter.com/kitsune_cw" - className="hover:underline" - target="_blank" - rel="noreferrer noopener nofollow" - > - kitsune - </a> - . - </div> - <div className="mb-6 text-center"> - <a - href="https://gitlab.com/aonahara/archive-browser" + href="https://github.com/pinapelz/ragtag-player-remote" className="text-gray-500 hover:underline" target="_blank" rel="noreferrer noopener nofollow" > - Source code + A goofy ahh fork of ragtag-player </a> - </div> */} + </div> </div> ); }; |
