Skip to content

Commit f588ddd

Browse files
toil(front): Changed word right to left in the create-project instructions (#278)
## 📝 Description Fixed the text under the "How can I complete this?" inside create-project instructions. Related issue: #158 ## ✅ Checklist - [ ] I have tested this change - [ ] This change requires documentation update Co-authored-by: Veljko Maksimovic <[email protected]>
1 parent e22e370 commit f588ddd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

front/priv/onboarding/getting_started.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<div class="bg-washed-indigo pa3 ba b--black-075 mb3">
2222
<p class="mb2">Create your first project by following these steps:</p>
2323
<ul class="mb2">
24-
<li>Look for the <span class="b">"+ Create new"</span> button in the top right corner of your dashboard</li>
24+
<li>Look for the <span class="b">"+ Create new"</span> button in the top left corner of your dashboard</li>
2525
<li>Connect your Git repository (or fork one of our demo projects to get started quickly)</li>
2626
<li>Grant necessary repository access permissions to establish the connection</li>
2727
<li>Choose a workflow template or create a custom one for your initial setup</li>

helm-chart/templates/configmaps/getting-started.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ data:
6868
<div class="bg-washed-indigo pa3 ba b--black-075 mb3">
6969
<p class="mb2">Create your first project by following these steps:</p>
7070
<ul class="mb2">
71-
<li>Look for the <span class="b">"+ Create new"</span> button in the top right corner of your dashboard</li>
71+
<li>Look for the <span class="b">"+ Create new"</span> button in the top left corner of your dashboard</li>
7272
<li>Connect your Git repository (or fork one of our demo projects to get started quickly)</li>
7373
<li>Grant necessary repository access permissions to establish the connection</li>
7474
<li>Choose a workflow template or create a custom one for your initial setup</li>

0 commit comments

Comments
 (0)