From 0bed366a1b2f435141a12dc5a5538b6c60d50b21 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 29 Jan 2024 01:28:31 -0800 Subject: update footer message --- modules/PageBase.tsx | 20 ++++---------------- 1 file 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} - {/*
- Made with 🍝 by{' '} +
- kitsune - - . -
-
- - Source code + A goofy ahh fork of ragtag-player -
*/} +
); }; -- cgit v1.2.3