From 12fd0339db3fbe07a572fc6d8f880691cc5cfa9d Mon Sep 17 00:00:00 2001 From: Khairul Hidayat <me@khairul.my.id> Date: Fri, 26 May 2023 15:54:17 +0700 Subject: [PATCH] feat: add attribution --- src/App.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index 8938d2b..c377cf0 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -69,6 +69,13 @@ const App = () => { > FLying Cookie </Link> + | Fork on + <Link + fontWeight="bold" + href="https://github.com/khairul169/Loli-License.git" + > + Github + </Link> </Text> </Box> </ChakraProvider>