Skip to content

Commit

Permalink
use enums instead of booleans for unvested state
Browse files Browse the repository at this point in the history
  • Loading branch information
cctdaniel authored and guibescos committed Jun 7, 2022
1 parent b973841 commit 5c6c8de
Show file tree
Hide file tree
Showing 2 changed files with 172 additions and 195 deletions.
2 changes: 1 addition & 1 deletion frontend/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Header = () => {
<img src="/pyth-logo-white.svg" className="h-30 mr-3" />
</Link>
</div>
<div className="hidden space-x-20 md:flex">
<div className="hidden space-x-10 md:flex">
<Link href="/staking">
<a
className={
Expand Down
Loading

0 comments on commit 5c6c8de

Please sign in to comment.