Skip to content

Commit bdb6ce5

Browse files
committed
fix: redundancy
1 parent 1890291 commit bdb6ce5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

infrastructure/eid-wallet/src/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
@apply text-3xl text-black font-semibold;
2929
}
3030

31-
.header-1 {
31+
.header-3 {
3232
@apply text-xl text-black font-semibold;
3333
}
3434

infrastructure/eid-wallet/src/routes/(auth)/e-passport/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const handleFinish = async () => {};
1414
<p class="body-medium text-black-700! mb-[3vh]">Log into any W3DS platform without passwords. It’s tied to this phone; if lost, you’ll need to revoke and reissue it on a new device.</p>
1515
</section>
1616
<section>
17-
<h1 class="header-1 mb-[0.5vh]">Your eVault</h1>
17+
<h1 class="header-3 mb-[0.5vh]">Your eVault</h1>
1818
<p class="body-medium text-black-700! mb-[3vh]">We’ve also created your eVault—secure cloud storage for your personal data. W3DS platforms access it directly, keeping you in control.</p>
1919
</section>
2020
<section class="bg-gray rounded-[24px] p-[24px]">

infrastructure/eid-wallet/src/routes/(auth)/onboarding/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const handleNext = async () => {
3535

3636
<Drawer bind:isPaneOpen>
3737
<img src="/images/GetStarted.svg" alt="get-started">
38-
<h1 class="header-1 mt-[2.3vh] mb-[0.5vh]">Welcome to Web 3 Data Spaces</h1>
38+
<h1 class="header-3 mt-[2.3vh] mb-[0.5vh]">Welcome to Web 3 Data Spaces</h1>
3939
<p class="body-medium text-black-700!">Your eName is more than a name—it's your unique digital passport. One constant identifier that travels with you across the internet, connecting your real-world self to the digital universe.</p>
4040
<div class="flex justify-center whitespace-nowrap my-[2.3vh]">
4141
<ButtonAction class="w-full" callback={handleNext}>Next</ButtonAction>

0 commit comments

Comments
 (0)