Skip to content

Commit 154afe5

Browse files
committed
changed default behaviour of external links to open in new tab by default
1 parent c10b684 commit 154afe5

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

pages/docs/build-with-avail/overview.mdx

+16-16
Original file line numberDiff line numberDiff line change
@@ -59,28 +59,28 @@ Validiums are validity-proven L2s that use external DA providers such as Avail D
5959
Sovereign rollups use DA providers like Avail DA for transaction ordering and data availability but typically handle settlement themselves. Appchains on the other hand may or may not be sovereign by design, but are built to do one specific thing - like an application - unlike a conventional general purpose chain.
6060

6161
<Cards>
62-
<Card icon={<LinkIcon />} title="Stackr SDK - Appchain" href="https://docs.stf.xyz/" />
63-
<Card icon={<LinkIcon />} title="Sovereign SDK - Sovereign" href="https://github.com/availproject/sovereign-sdk/tree/main" />
64-
<Card icon={<LinkIcon />} title="Rollkit - Sovereign" href="https://github.com/rollkit/avail-da" />
65-
<Card icon={<LinkIcon />} title="OpEVM - Sovereign" href="https://github.com/availproject/op-evm" />
66-
<Card icon={<LinkIcon />} title="Dymension - Sovereign" href="https://docs.dymension.xyz/build/roller/production/run" />
62+
<Card icon={<LinkIcon />} title="Stackr SDK - Appchain" href="https://docs.stf.xyz/" target="_blank" rel="noopener noreferrer" />
63+
<Card icon={<LinkIcon />} title="Sovereign SDK - Sovereign" href="https://github.com/availproject/sovereign-sdk/tree/main" target="_blank" rel="noopener noreferrer"/>
64+
<Card icon={<LinkIcon />} title="Rollkit - Sovereign" href="https://github.com/rollkit/avail-da" target="_blank" rel="noopener noreferrer"/>
65+
<Card icon={<LinkIcon />} title="OpEVM - Sovereign" href="https://github.com/availproject/op-evm" target="_blank" rel="noopener noreferrer"/>
66+
<Card icon={<LinkIcon />} title="Dymension - Sovereign" href="https://docs.dymension.xyz/build/roller/production/run" target="_blank" rel="noopener noreferrer"/>
6767
</Cards>
6868

6969
### Rollup-as-a-Service (RaaS)
7070

7171
Rollup-as-a-Service partners of Avail allow you to easily spin up a rollup with configurations of your choice at a click of a button.
7272

7373
<Cards>
74-
<Card icon={<LinkIcon />} title="Altlayer" href="https://altlayer.io/" />
75-
<Card icon={<LinkIcon />} title="Ankr" href="https://www.ankr.com/" />
76-
<Card icon={<LinkIcon />} title="Conduit" href="https://conduit.xyz/" />
77-
<Card icon={<LinkIcon />} title="gateway.fm" href="https://gateway.fm/" />
78-
<Card icon={<LinkIcon />} title="Gelato" href="https://www.gelato.network/" />
79-
<Card icon={<LinkIcon />} title="Orbitron" href="https://docs.orbitron.sh/" />
80-
<Card icon={<LinkIcon />} title="PineX" href="https://www.pinex.it/" />
81-
<Card icon={<LinkIcon />} title="Snapchain" href="https://www.snapchain.dev/" />
82-
<Card icon={<LinkIcon />} title="TrueZK" href="https://www.truezk.com/" />
83-
<Card icon={<LinkIcon />} title="QuickNode" href="https://www.quicknode.com/" />
74+
<Card icon={<LinkIcon />} title="Altlayer" href="https://altlayer.io/" target="_blank" rel="noopener noreferrer"/>
75+
<Card icon={<LinkIcon />} title="Ankr" href="https://www.ankr.com/" target="_blank" rel="noopener noreferrer"/>
76+
<Card icon={<LinkIcon />} title="Conduit" href="https://conduit.xyz/" target="_blank" rel="noopener noreferrer"/>
77+
<Card icon={<LinkIcon />} title="gateway.fm" href="https://gateway.fm/" target="_blank" rel="noopener noreferrer"/>
78+
<Card icon={<LinkIcon />} title="Gelato" href="https://www.gelato.network/" target="_blank" rel="noopener noreferrer"/>
79+
<Card icon={<LinkIcon />} title="Orbitron" href="https://docs.orbitron.sh/" target="_blank" rel="noopener noreferrer"/>
80+
<Card icon={<LinkIcon />} title="PineX" href="https://www.pinex.it/" target="_blank" rel="noopener noreferrer"/>
81+
<Card icon={<LinkIcon />} title="Snapchain" href="https://www.snapchain.dev/" target="_blank" rel="noopener noreferrer"/>
82+
<Card icon={<LinkIcon />} title="TrueZK" href="https://www.truezk.com/" target="_blank" rel="noopener noreferrer"/>
83+
<Card icon={<LinkIcon />} title="QuickNode" href="https://www.quicknode.com/" target="_blank" rel="noopener noreferrer"/>
8484

8585
</Cards>
8686

@@ -106,7 +106,7 @@ Avail's Developer toolkit is going to be your best friend as you build on Avail
106106
Check out our demo rollups powered by Avail
107107

108108
<Cards>
109-
<Card icon="🔴 " title="Altlayer OP Avail Testnet (EVM)" href="https://docs.altlayer.io/altlayer-documentation/public-testnets/op-avail-testnet" />
109+
<Card icon="🔴 " title="Altlayer OP Avail Testnet (EVM)" href="https://docs.altlayer.io/altlayer-documentation/public-testnets/op-avail-testnet" target="_blank" rel="noopener noreferrer"/>
110110
</Cards>
111111
OP Avail testnet is an OP stack powered L2 that uses Avail as its data availability layer.
112112

0 commit comments

Comments
 (0)