File tree 2 files changed +6
-6
lines changed
src/Iframes/TutorialV1/Tuto/Components/Steps
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ jobs:
52
52
BASE_BRANCH : main
53
53
54
54
# 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}}
59
59
60
60
# Deployment on npm
61
61
- name : " Deploy NPM"
Original file line number Diff line number Diff line change 22
22
<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" >
23
23
<div class =" tw-flex tw-flex-col tw-items-center tw-justify-center tw-p-10 tw-w-1/2 " >
24
24
<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 >
26
26
</div >
27
27
<div class =" tw-flex tw-flex-col tw-items-center tw-justify-center tw-p-10 tw-w-1/2" >
28
28
<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 >
30
30
</div >
31
31
</div >
32
32
</div >
You can’t perform that action at this time.
0 commit comments