diff options
| author | Fuwn <[email protected]> | 2021-05-06 21:53:35 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-06 21:53:35 -0700 |
| commit | e00f56ea6b9e2173266fe4b6dec3307b983ac2af (patch) | |
| tree | 47d448bc1e85dfa4b69333e6e82d4ee6a33b7e99 | |
| parent | fix(mixins): use secure http (diff) | |
| download | frontend-e00f56ea6b9e2173266fe4b6dec3307b983ac2af.tar.xz frontend-e00f56ea6b9e2173266fe4b6dec3307b983ac2af.zip | |
fix(global): case
| -rw-r--r-- | src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index 7d3a0b8..0a5a5d9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -9,5 +9,5 @@ <router-view /> - <p>// Copyleft (ɔ) 2021-2021 The Senpy Club</p> + <p>// copyleft (ɔ) 2021-2021 the senpy club</p> </template> |