Skip to content

Commit

Permalink
Merge pull request #354 from zkLinkProtocol/fix/epoch2-text
Browse files Browse the repository at this point in the history
fix ui issue
  • Loading branch information
MickWang authored Aug 9, 2024
2 parents 4789df1 + 55db58e commit 5d8867d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/DashboardS2/Tabs/Protfolio.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ export default function Portfolio({
{novaPointsList.map((item, index) => (
<NovaPointsBox
key={index}
className="flex flex-col items-center min-w-[295px] w-[295px] h-[298px] bg-[#1B1D20] "
className="flex flex-col items-center min-w-[293px] w-[293px] h-[298px] bg-[#1B1D20] "
>
<p className="mt-[150px] text-white text-[16px]">{item.name}</p>
{/* <div className="points-divide my-8"></div> */}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/DashboardS2/index2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ export default function Dashboard() {
Epoch One (From May 30th to July 15th)
</div>
<div className="mt-[12px] before text-[#fff]">
Epoch Two (From July 16th to Aug 31th)
Epoch Two (From July 16th to Aug 31st)
</div>
</div>
</div>
Expand Down

0 comments on commit 5d8867d

Please sign in to comment.