Skip to content

Commit f66b844

Browse files
committed
patch: improve text design for the tuto strep one (#238)
1 parent 8d20a4c commit f66b844

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/publish.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ jobs:
5252
BASE_BRANCH: main
5353

5454
# Code coverage
55-
- name: "Code coverage"
56-
run: curl -s https://codecov.io/bash | bash
57-
env:
58-
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
55+
#- name: "Code coverage"
56+
# run: curl -s https://codecov.io/bash | bash
57+
# env:
58+
# CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
5959

6060
# Deployment on npm
6161
- name: "Deploy NPM"

src/Iframes/TutorialV1/Tuto/Components/Steps/Step1.svelte

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
<div class="description tw-p-3 tw-mb-16 tw-text-left tw-text-white tw-pb-20 tw-flex tw-row tw-w-full tw-items-center tw-justify-center tw-py-10">
2323
<div class="tw-flex tw-flex-col tw-items-center tw-justify-center tw-p-10 tw-w-1/2 ">
2424
<img src="resources/images/tutov1/step1/keyboard.svg" alt="keyboard" class="tw-w-40 tw-h-auto">
25-
<p class="tw-text-xl tw-text-center tw-p-5 tw-font-bold">{i18next.t('tuto.step1.arrow')}</p>
25+
<p class="tw-text-l tw-text-center tw-py-5 tw-font-bold tw-w-full">{i18next.t('tuto.step1.arrow')}</p>
2626
</div>
2727
<div class="tw-flex tw-flex-col tw-items-center tw-justify-center tw-p-10 tw-w-1/2">
2828
<img src="resources/images/tutov1/step1/right-click.svg" alt="mouse" class="tw-w-40 tw-h-auto">
29-
<p class="tw-text-xl tw-text-center tw-p-5 tw-font-bold">{i18next.t('tuto.step1.click')}</p>
29+
<p class="tw-text-l tw-text-center tw-py-5 tw-font-bold tw-w-full">{i18next.t('tuto.step1.click')}</p>
3030
</div>
3131
</div>
3232
</div>

0 commit comments

Comments
 (0)