Skip to content

Commit

Permalink
click tofake to go home
Browse files Browse the repository at this point in the history
  • Loading branch information
s-alad committed Mar 12, 2024
1 parent de7a7db commit cbbb8ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions client/components/navbar/navbar.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
display: flex;
align-items: center;
.fake {
text-decoration: none;
color: white;
@include c.center();
}
.pagename {
Expand Down
4 changes: 3 additions & 1 deletion client/components/navbar/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ export default function Navbar() {
{
!menu ?
<>
<div className={s.fake}>TooFake</div>
<Link href={"/feed"} className={s.fake}>
<div className={s.fake}>TooFake</div>
</Link>
<div className={s.sep}></div>
<div className={s.pagename}>
{getPageName()}
Expand Down

0 comments on commit cbbb8ee

Please sign in to comment.