Skip to content

Commit 3e367a9

Browse files
committed
fix: update link styles in helloWorld and 3-buildIApp for consistency
1 parent 57b517e commit 3e367a9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/overview/helloWorld.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,29 +90,29 @@ Before you begin, make sure you have:
9090
🦊 Ethereum Wallet
9191
<InfoIcon tooltip="Required to interact with iExec sidechain Bellecour features, manage your data access permissions, and handle transactions on the iExec platform" />
9292
</div>
93-
<a target="_blank" href="https://chromewebstore.google.com/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn" class="no-underline text-sm ml-auto hover:underline">Metamask Download →</a>
93+
<a target="_blank" href="https://chromewebstore.google.com/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn" class="no-underline! text-sm ml-auto hover:underline!">Metamask Download →</a>
9494
</div>
9595
<div class="flex items-center gap-4 text-left">
9696
<div class="flex items-center gap-1 flex-1 text-sm font-medium">
9797
📦 Node.js v20+
9898
<InfoIcon tooltip="Required runtime environment for running JavaScript code and managing project dependencies" />
9999
</div>
100-
<a target="_blank" href="https://nodejs.org/en/" class="no-underline text-sm ml-auto hover:underline">Download →</a>
100+
<a target="_blank" href="https://nodejs.org/en/" class="no-underline! text-sm ml-auto hover:underline!">Download →</a>
101101
</div>
102102
<div class="flex items-center gap-4 text-left">
103103
<div class="flex items-center gap-1 flex-1 text-sm font-medium">
104104
🐳 Docker installed
105105
<InfoIcon tooltip="Docker is essential for creating isolated containers that package your iExec applications with all dependencies. This ensures consistent and secure execution across different environments, especially in TEEs (Trusted Execution Environments)" />
106106
</div>
107-
<a target="_blank" href="https://docker.com/" class="no-underline text-sm ml-auto hover:underline">Download →</a>
107+
<a target="_blank" href="https://docker.com/" class="no-underline! text-sm ml-auto hover:underline!">Download →</a>
108108
</div>
109109

110110
<div class="flex items-center gap-4 text-left">
111111
<div class="flex items-center gap-1 flex-1 text-sm font-medium">
112112
🐳 DockerHub Account
113113
<InfoIcon tooltip="Needed to publish and manage your iExec applications in containers for secure deployment" />
114114
</div>
115-
<a target="_blank" href="https://hub.docker.com/" class="no-underline text-sm ml-auto hover:underline">Sign Up →</a>
115+
<a target="_blank" href="https://hub.docker.com/" class="no-underline! text-sm ml-auto hover:underline!">Sign Up →</a>
116116
</div>
117117
</div>
118118

src/overview/helloWorld/3-buildIApp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,20 @@ Before getting started, make sure you have:
2525
<div class="flex items-center gap-1 flex-1 text-sm font-medium">
2626
📦 Node.js v20+
2727
</div>
28-
<a target="_blank" href="https://nodejs.org/en/" class="no-underline text-sm ml-auto hover:underline">Download →</a>
28+
<a target="_blank" href="https://nodejs.org/en/" class="no-underline! text-sm ml-auto hover:underline!">Download →</a>
2929
</div>
3030
<div class="flex items-center gap-4 text-left">
3131
<div class="flex items-center gap-1 flex-1 text-sm font-medium">
3232
🐳 Docker installed
3333
</div>
34-
<a target="_blank" href="https://docker.com/" class="no-underline text-sm ml-auto hover:underline">Download →</a>
34+
<a target="_blank" href="https://docker.com/" class="no-underline! text-sm ml-auto hover:underline!">Download →</a>
3535
</div>
3636

3737
<div class="flex items-center gap-4 text-left">
3838
<div class="flex items-center gap-1 flex-1 text-sm font-medium">
3939
🐳 DockerHub Account
4040
</div>
41-
<a target="_blank" href="https://hub.docker.com/" class="no-underline text-sm ml-auto hover:underline">Sign Up →</a>
41+
<a target="_blank" href="https://hub.docker.com/" class="no-underline! text-sm ml-auto hover:underline!">Sign Up →</a>
4242
</div>
4343
</div>
4444

0 commit comments

Comments
 (0)