Skip to content

Commit

Permalink
Fixed arrow now showing for txcount/gasfees
Browse files Browse the repository at this point in the history
  • Loading branch information
mokelgit committed Oct 16, 2023
1 parent ca7bab8 commit 39a567c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/layout/OverviewMetrics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1986,8 +1986,8 @@ export default function OverviewMetrics({
/>
</button>
</div>
<div className="flex w-[43%]">
<button className="flex w-[40%] -ml-2">Category</button>
<div className="flex w-[37%] ">
<button className="flex w-[46%] -ml-2 ">Category</button>
<button
className="flex gap-x-1"
onClick={() => {
Expand Down Expand Up @@ -2016,9 +2016,9 @@ export default function OverviewMetrics({
/>
</button>
</div>
<div className="flex w-[23%]">
<div className="flex w-[29%]">
<button
className="flex gap-x-1 w-[38%] justify-end whitespace-nowrap -ml-2.5"
className="flex gap-x-1 w-[49%] justify-end whitespace-nowrap "
onClick={() => {
if (contractCategory !== "value") {
setSortOrder(true);
Expand Down Expand Up @@ -2048,7 +2048,7 @@ export default function OverviewMetrics({
/>
</button>

<div className="flex w-[57%] justify-end -ml-2">
<div className="flex w-[51%] justify-end -ml-2 ">
Block Explorer
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@tanstack/react-virtual": "^3.0.0-beta.65",
"@vercel/analytics": "^1.0.1",
"airtable": "^0.12.2",
"concurrently": "^8.2.1",
"cookies-next": "^2.1.1",
"framer-motion": "^10.3.2",
"graphql": "^16.7.1",
Expand Down

0 comments on commit 39a567c

Please sign in to comment.