diff options
| author | Fuwn <[email protected]> | 2022-04-30 04:48:32 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-04-30 04:48:32 -0700 |
| commit | 5c82ffd439acb58e7083b48f9e1e4c9d64426ab7 (patch) | |
| tree | 09d8fb45b718070670fbc0a1dd0f034f7625497c | |
| parent | fix(footer): mailto (diff) | |
| download | yucky.fun-main.tar.xz yucky.fun-main.zip | |
| -rw-r--r-- | components/navigation/Footer.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/navigation/Footer.vue b/components/navigation/Footer.vue index 8c82178..44c2f59 100644 --- a/components/navigation/Footer.vue +++ b/components/navigation/Footer.vue @@ -7,7 +7,7 @@ <div class="row"> <div id="personal" class="col-lg-4"> <p class="wow fadeInUp"> - <code>println!("{}", Volatile.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="/">Volatile 2020</a> |