From d7875d4d8812b7dfadd07a3653a4b82ce5ef4db3 Mon Sep 17 00:00:00 2001 From: s-alad Date: Wed, 14 Aug 2024 01:25:13 -0400 Subject: [PATCH] redeploy --- client/components/navbar/navbar.tsx | 38 ++++++++++++++--------------- client/pages/index.tsx | 4 +-- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/client/components/navbar/navbar.tsx b/client/components/navbar/navbar.tsx index 4de2579..1c2c023 100644 --- a/client/components/navbar/navbar.tsx +++ b/client/components/navbar/navbar.tsx @@ -66,15 +66,15 @@ export default function Navbar() { {/*
*/} + onClick={() => { + const confirmLogout = window.confirm("Are you sure you want to logout?"); + if (confirmLogout) { + logout(router, localStorage); + } + }} + > + logout + @@ -100,16 +100,16 @@ export default function Navbar() { - + diff --git a/client/pages/index.tsx b/client/pages/index.tsx index 132f717..07eea5e 100644 --- a/client/pages/index.tsx +++ b/client/pages/index.tsx @@ -211,8 +211,8 @@ export default function Home() {
-

TooFake is currently working (I think??) but needs your help!!

-

BeReal continues to beef up its security making it much harder to reverse engineer. If you are well versed in reverse engineering, please check out the github and help us keep the befake project working!

+

TooFake is working for american numbers, but is unlikely to work for others. TooFake needs your help maintaining the project!

+

TooFake has taken a considerable amount of my time (& money) to keep alive. Any help is greatly appreciated especially as BeReal continues to beef up its security making it much harder to reverse engineer. If you are well versed in reverse engineering, please check out the github and help us keep the project working!

{/*

You can login using your phone number, view bereals and post custom images.

Please report any bugs or issues on the github theres probably a bunch!

More features coming soon!

*/}