Skip to content

Commit

Permalink
Fix LearnMore Page (#65)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
dnoliver authored Sep 26, 2024
1 parent bfc0e4f commit 4924092
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions WebUI/src/views/LearnMore.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</p>
</div>
<a href="https://github.com/lllyasviel/Fooocus"
class="flex gap-1 items-center "><span class="">Leam more</span><span
class="flex gap-1 items-center "><span class="">Learn more</span><span
class="svg-icon i-arrow-right w-4 h-4"></span></a>
</div>
</div>
Expand All @@ -67,7 +67,7 @@
</p>
</div>
<a href="https://github.com/comfyanonymous/ComfyUI"
class="flex gap-1 items-center "><span class="">Leam more</span><span
class="flex gap-1 items-center "><span class="">Learn more</span><span
class="svg-icon i-arrow-right w-4 h-4"></span></a>
</div>
</div>
Expand All @@ -81,7 +81,7 @@
</p>
</div>
<a href="https://github.com/AUTOMATIC1111/stable-diffusion-webui"
class="flex gap-1 items-center "><span class="">Leam more</span><span
class="flex gap-1 items-center "><span class="">Learn more</span><span
class="svg-icon i-arrow-right w-4 h-4"></span></a>
</div>
</div>
Expand All @@ -95,7 +95,7 @@
</p>
</div>
<a href="https://github.com/vladmandic/automatic"
class="flex gap-1 items-center "><span class="">Leam more</span><span
class="flex gap-1 items-center "><span class="">Learn more</span><span
class="svg-icon i-arrow-right w-4 h-4"></span></a>
</div>
</div>
Expand All @@ -110,7 +110,7 @@
determined near launch}</p>
<div class="pt-3 flex justify-center">
<a href="https://github.com/intel/ai-playground"
class="flex gap-1 items-center"><span class="">Leam more</span><span
class="flex gap-1 items-center"><span class="">Learn more</span><span
class="svg-icon i-arrow-right w-4 h-4"></span></a>
</div>
</div>
Expand Down

0 comments on commit 4924092

Please sign in to comment.