Skip to content

Commit 2e5386a

Browse files
fix: the alignment of the chevron right on the bounties navigation
1 parent eb19adc commit 2e5386a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sections/bounties/Navigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export default function BountiesNavigation(): ReactElement {
8484
"!text-blue-600": router.query.slug === item.link.split("/")[2],
8585
})}
8686
>
87-
<span className="absolute inline-block -left-6 nav-icon">{router.query.slug === item.link.split("/")[2] && <ChevronRightIcon />}</span>
87+
<span className="absolute !inline-block -left-6 nav-icon">{router.query.slug === item.link.split("/")[2] && <ChevronRightIcon />}</span>
8888
<span className="nav-label">{item.label}</span>
8989
</Link>
9090
</li>

0 commit comments

Comments
 (0)