diff options
| author | Fuwn <[email protected]> | 2021-12-06 17:08:03 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-12-06 17:08:03 -0800 |
| commit | 3cf09be08c109e69bd5c1fb74f3927fc03c4e4df (patch) | |
| tree | a7977ff7377b4dcce2e9263accc62060956c3759 /components | |
| parent | fix(members): add ruan (diff) | |
| download | yucky.fun-3cf09be08c109e69bd5c1fb74f3927fc03c4e4df.tar.xz yucky.fun-3cf09be08c109e69bd5c1fb74f3927fc03c4e4df.zip | |
fix: rebrand
Diffstat (limited to 'components')
| -rw-r--r-- | components/navigation/Footer.vue | 8 | ||||
| -rw-r--r-- | components/navigation/ResponsiveBar.vue | 2 | ||||
| -rw-r--r-- | components/ui/home/HomeHero.vue | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/components/navigation/Footer.vue b/components/navigation/Footer.vue index c991981..2725b4a 100644 --- a/components/navigation/Footer.vue +++ b/components/navigation/Footer.vue @@ -7,10 +7,10 @@ <div class="row"> <div id="personal" class="col-lg-4"> <p class="wow fadeInUp"> - <code>println!("{}", Yucky.copyright);<br></code> + <code>println!("{}", Volatile.copyright);<br></code> </p> <h4 class="wow fadeInUp" data-wow-delay="0.2s"> - <a id="info-item-1" href="/">yucky! 2020</a> + <a id="info-item-1" href="/">Volatile 2020</a> </h4> <br><br> </div> @@ -28,7 +28,7 @@ <a id="media-item-2" :href="'https://github.com/' + socials.github">github</a> </li> <li id="dc" class="wow fadeInUp" data-wow-delay="1s"> - <a id="media-item-3" :href="'https://discord.io/' + socials.discord">discord</a> + <a id="media-item-3" :href="socials.discord">discord</a> </li> <li id="ap" class="wow fadeInUp" data-wow-delay="1s"> <a id="media-item-4" :href="socials.apply">apply</a> @@ -54,7 +54,7 @@ <code>$ echo $APPLY<br></code> </p> <h4 class="wow fadeInUp" data-wow-delay="0.2s"> - <a href="https://fuwn.link/apply2yucky"> + <a href="https://fuwn.link/apply2volatile"> <img src="../../assets/images/apply.gif" alt="" diff --git a/components/navigation/ResponsiveBar.vue b/components/navigation/ResponsiveBar.vue index d59547b..15daa6f 100644 --- a/components/navigation/ResponsiveBar.vue +++ b/components/navigation/ResponsiveBar.vue @@ -14,7 +14,7 @@ <!-- <li>$ ls -a routes/</li> --> <li><a href="/">..</a></li> <li><a href="/members">members</a></li> - <li><a href="https://fuwn.link/apply2yucky">apply</a></li> + <li><a href="https://fuwn.link/apply2volatile">apply</a></li> </ul> </div> </nav> diff --git a/components/ui/home/HomeHero.vue b/components/ui/home/HomeHero.vue index 6d950a8..7b4dceb 100644 --- a/components/ui/home/HomeHero.vue +++ b/components/ui/home/HomeHero.vue @@ -7,7 +7,7 @@ src="../../../assets/images/underconstruction-flash.gif" alt="1990s era under constriction gif" > --> - <h1>yucky! aiming</h1> + <h1>Volatile</h1> <br> <div style="text-align: center;"> |