diff options
| author | Fuwn <[email protected]> | 2021-12-06 17:11:15 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-12-06 17:11:15 -0800 |
| commit | 0e96a9b54f15764f5b56a23fe225fc6a603358f9 (patch) | |
| tree | 0179a677914b8cc3f7eec97c130ae7854d679dde | |
| parent | fix: rebrand (diff) | |
| download | yucky.fun-0e96a9b54f15764f5b56a23fe225fc6a603358f9.tar.xz yucky.fun-0e96a9b54f15764f5b56a23fe225fc6a603358f9.zip | |
fix: extras
| -rw-r--r-- | components/navigation/Footer.vue | 2 | ||||
| -rw-r--r-- | components/ui/home/HomeHero.vue | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/components/navigation/Footer.vue b/components/navigation/Footer.vue index 2725b4a..8b784b0 100644 --- a/components/navigation/Footer.vue +++ b/components/navigation/Footer.vue @@ -65,7 +65,7 @@ </div> </div> <div> - <small>the grind never stops.</small> + <small>The grind never stops.</small> <br><br> </div> </div> diff --git a/components/ui/home/HomeHero.vue b/components/ui/home/HomeHero.vue index 7b4dceb..52c2163 100644 --- a/components/ui/home/HomeHero.vue +++ b/components/ui/home/HomeHero.vue @@ -11,7 +11,7 @@ <br> <div style="text-align: center;"> - <small class="wow fadeInUp" data-wow-delay="1.2s">nasty, even.</small> + <small class="wow fadeInUp" data-wow-delay="1.2s">Segmentation fault</small> </div> </div> </div> |