Skip to content

Commit

Permalink
Add refresh btn
Browse files Browse the repository at this point in the history
  • Loading branch information
rubycop committed Dec 26, 2024
1 parent dfa7f4b commit e357731
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions instances/treasury-devdao.near/widget/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@ return (
</Link>
))}
</LinksContainer>
<a
className="card card-body py-1 px-2 rounded-3"
href={`app?page=${page}`}
>
<i className="bi bi-arrow-repeat h4 mb-0 text-black" />
</a>
<MobileMenu onClick={() => setShowMenu(!showMenu)}>
<MenuIcon />
</MobileMenu>
Expand Down

0 comments on commit e357731

Please sign in to comment.