Skip to content

Commit

Permalink
cta
Browse files Browse the repository at this point in the history
  • Loading branch information
s-alad committed Feb 10, 2024
1 parent 0ca5813 commit 5ece52a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion new/client/pages/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@
font-size: 14px;
justify-content: center;
span {
color: yellow;
/* color: yellow; */
color: red;
}

a {
Expand Down
9 changes: 5 additions & 4 deletions new/client/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,13 @@ export default function Home() {
</div>
</div>
<div className={s.info}>
<p>TooFake is currently <span>kind of working</span> again!</p>
<p>You can login using your phone number, view bereals and post custom images.</p>
<p>TooFake needs <span>your help!!!</span></p>
<p>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 <a href="https://github.com/s-alad/toofake"><FontAwesomeIcon icon={faGithub} /> github</a> and help us keep the befake project working!</p>
{/* <p>You can login using your phone number, view bereals and post custom images.</p>
<p>Please report any bugs or issues on the <a href="https://github.com/s-alad/toofake"><FontAwesomeIcon icon={faGithub} /> github</a> theres probably a bunch!</p>
<p>More features coming soon!</p>
<p>More features coming soon!</p> */}
{/* <p></p> */}
<p>- There has been increased reports of login not working in the UK & other countries</p>
{/* <p>- There has been increased reports of login not working in the UK & other countries</p> */}
</div>
</div>
)
Expand Down

0 comments on commit 5ece52a

Please sign in to comment.