Skip to content

Commit

Permalink
fix: improve text design for the tuto strep one (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
gparant committed Apr 29, 2024
1 parent 8d20a4c commit 54d554c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
BASE_BRANCH: main

# Code coverage
- name: "Code coverage"
run: curl -s https://codecov.io/bash | bash
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
#- name: "Code coverage"
# run: curl -s https://codecov.io/bash | bash
# env:
# CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}

# Deployment on npm
- name: "Deploy NPM"
Expand Down
4 changes: 2 additions & 2 deletions src/Iframes/TutorialV1/Tuto/Components/Steps/Step1.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<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">
<div class="tw-flex tw-flex-col tw-items-center tw-justify-center tw-p-10 tw-w-1/2 ">
<img src="resources/images/tutov1/step1/keyboard.svg" alt="keyboard" class="tw-w-40 tw-h-auto">
<p class="tw-text-xl tw-text-center tw-p-5 tw-font-bold">{i18next.t('tuto.step1.arrow')}</p>
<p class="tw-text-l tw-text-center tw-py-5 tw-font-bold tw-w-full">{i18next.t('tuto.step1.arrow')}</p>
</div>
<div class="tw-flex tw-flex-col tw-items-center tw-justify-center tw-p-10 tw-w-1/2">
<img src="resources/images/tutov1/step1/right-click.svg" alt="mouse" class="tw-w-40 tw-h-auto">
<p class="tw-text-xl tw-text-center tw-p-5 tw-font-bold">{i18next.t('tuto.step1.click')}</p>
<p class="tw-text-l tw-text-center tw-py-5 tw-font-bold tw-w-full">{i18next.t('tuto.step1.click')}</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 54d554c

Please sign in to comment.