Skip to content

Commit 4924092

Browse files
authored
Fix LearnMore Page (#65)
* Fix spelling of Learn More **Description:** The `WebUI/src/views/LearnMore.vue` said "Leam More", fixing the spelling of Learn **Changes Made:** Trivial replacement of Leam for Learn (`sed -i 's/Leam/Learn/g' WebUI/src/views/LearnMore.vue`) **Screenshots:** These are the strings I am trying to change: ![image](https://github.com/user-attachments/assets/60135867-d46a-4968-aea9-026cf73f9d7b) **Checklist:** - [ ] I have tested the changes locally. - [X] I have self-reviewed the code changes. - [X] I have updated the documentation, if necessary.
1 parent bfc0e4f commit 4924092

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

WebUI/src/views/LearnMore.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</p>
5252
</div>
5353
<a href="https://github.com/lllyasviel/Fooocus"
54-
class="flex gap-1 items-center "><span class="">Leam more</span><span
54+
class="flex gap-1 items-center "><span class="">Learn more</span><span
5555
class="svg-icon i-arrow-right w-4 h-4"></span></a>
5656
</div>
5757
</div>
@@ -67,7 +67,7 @@
6767
</p>
6868
</div>
6969
<a href="https://github.com/comfyanonymous/ComfyUI"
70-
class="flex gap-1 items-center "><span class="">Leam more</span><span
70+
class="flex gap-1 items-center "><span class="">Learn more</span><span
7171
class="svg-icon i-arrow-right w-4 h-4"></span></a>
7272
</div>
7373
</div>
@@ -81,7 +81,7 @@
8181
</p>
8282
</div>
8383
<a href="https://github.com/AUTOMATIC1111/stable-diffusion-webui"
84-
class="flex gap-1 items-center "><span class="">Leam more</span><span
84+
class="flex gap-1 items-center "><span class="">Learn more</span><span
8585
class="svg-icon i-arrow-right w-4 h-4"></span></a>
8686
</div>
8787
</div>
@@ -95,7 +95,7 @@
9595
</p>
9696
</div>
9797
<a href="https://github.com/vladmandic/automatic"
98-
class="flex gap-1 items-center "><span class="">Leam more</span><span
98+
class="flex gap-1 items-center "><span class="">Learn more</span><span
9999
class="svg-icon i-arrow-right w-4 h-4"></span></a>
100100
</div>
101101
</div>
@@ -110,7 +110,7 @@
110110
determined near launch}</p>
111111
<div class="pt-3 flex justify-center">
112112
<a href="https://github.com/intel/ai-playground"
113-
class="flex gap-1 items-center"><span class="">Leam more</span><span
113+
class="flex gap-1 items-center"><span class="">Learn more</span><span
114114
class="svg-icon i-arrow-right w-4 h-4"></span></a>
115115
</div>
116116
</div>

0 commit comments

Comments
 (0)