Skip to content

Commit

Permalink
fix button bug on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzschoff committed Mar 5, 2024
1 parent 26e18a0 commit cb6b1ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sections/governance/action.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,15 @@ export default function GovernanceAction() {
href="https://sips.synthetix.io/"
target="_blank"
rel="noopener noreferrer"
style={{ zIndex: 10 }}
>
<Button>All SIPs & SCCPs</Button>
</Link>
<Link
href="https://pr.synthetix.io/"
target="_blank"
rel="noopener noreferrer"
style={{ zIndex: 10 }}
>
<Button variant="outline" colorScheme="gray" color="white">
Create a SIP
Expand Down

0 comments on commit cb6b1ae

Please sign in to comment.