Skip to content

Commit d9f19e1

Browse files
committed
fix: update heading styles for consistency across documentation
1 parent f018846 commit d9f19e1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/overview/helloWorld.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import InfoIcon from '../components/InfoIcon.vue'
1313
> Reading time 🕒 2 mins
1414
1515
<div class="bg-gradient-to-r from-[#fcd15a] to-[#ffad4d] rounded-[6px] px-8 pb-4 text-gray-800 max-w-3xl mx-auto mb-6">
16-
<h2 class="text-2xl font-bold mt-0 border-none">Start Your Web3 Privacy Journey</h2>
16+
<h2 class="text-2xl font-bold mt-0 border-none!">Start Your Web3 Privacy Journey</h2>
1717
<p>And learn how to build Privacy-preserving decentralized applications (dApps) with iExec in this interactive guide.</p>
1818
<div class="mt-6 flex items-center gap-4">
1919
<span class="bg-gray-900 text-white px-4 py-2 rounded-full font-medium">☕ 30 minutes journey</span>

src/overview/helloWorld/1-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description:
1111
> Reading time 🕒 8 mins
1212
1313
<div class="bg-gradient-to-r from-[#fcd15a] to-[#ffad4d] rounded-[6px] px-8 pb-4 text-gray-800 max-w-3xl mx-auto mb-6">
14-
<h2 class="text-2xl font-bold mt-0 border-none">Let's start with the basics</h2>
14+
<h2 class="text-2xl font-bold mt-0 border-none!">Let's start with the basics</h2>
1515
<p>and explore how iExec can help you build Privacy-preserving applications and securely manage sensitive data.</p>
1616
</div>
1717

src/overview/helloWorld/2-protectData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
> Reading time: 6 minutes
88
99
<div class="bg-gradient-to-r from-[#fcd15a] to-[#ffad4d] rounded-[6px] px-8 pb-4 text-gray-800 max-w-3xl mx-auto mb-6">
10-
<h2 class="text-2xl font-bold mt-0 border-none">Time to get practical</h2>
10+
<h2 class="text-2xl font-bold mt-0 border-none!">Time to get practical</h2>
1111
<p>Let's follow Alice as she learns how to protect her data using DataProtector on Bob's dApp, our developer tool for protecting data creation and management.</p>
1212
</div>
1313

src/overview/helloWorld/3-buildIApp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import InfoIcon from '../../components/InfoIcon.vue'
77
</script>
88

99
<div class="bg-gradient-to-r from-[#fcd15a] to-[#ffad4d] rounded-[6px] px-8 pb-4 text-gray-800 max-w-3xl mx-auto mb-6">
10-
<h2 class="text-2xl font-bold mt-0 border-none">Time to build!</h2>
10+
<h2 class="text-2xl font-bold mt-0 border-none!">Time to build!</h2>
1111
<p>Let's build an iApp that can process protected data in a secure environment using the <a href="../../tools/iapp-generator" target="_blank">iExec iApp generator tool</a>. This tool helps you create, test and deploy iApps with just a few commands.</p>
1212
</div>
1313

src/overview/helloWorld/4-manageDataAccess.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
> Reading time 🕒 6 mins
1212
1313
<div class="bg-gradient-to-r from-[#fcd15a] to-[#ffad4d] rounded-[6px] px-8 pb-4 text-gray-800 max-w-3xl mx-auto mb-6">
14-
<h2 class="text-2xl font-bold mt-0 border-none">Control Your Data</h2>
14+
<h2 class="text-2xl font-bold mt-0 border-none!">Control Your Data</h2>
1515
<p>Alice will learn how to grant access to her protected data and manage who can use it.</p>
1616
</div>
1717

src/overview/helloWorld/5-bonusChapter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Button from '../../components/ui/Button.vue';
88
> Reading time 🕒 4 mins
99
1010
<div class="bg-gradient-to-r from-[#fcd15a] to-[#ffad4d] rounded-[6px] px-8 pb-4 text-gray-800 max-w-3xl mx-auto mb-6">
11-
<h2 class="text-2xl font-bold mt-0 border-none">Congratulations!</h2>
11+
<h2 class="text-2xl font-bold mt-0 border-none!">Congratulations!</h2>
1212
<p class="m-0!">You've successfully completed the Hello World journey and learned how to protect data, deploy iApps, and manage data access. Now it's time to claim your rewards! 🏆</p>
1313
</div>
1414

0 commit comments

Comments
 (0)