From c91132131377a12997f8d417b5212e716dc764a4 Mon Sep 17 00:00:00 2001 From: Brandon Jordan Date: Sat, 25 May 2024 18:34:30 -0400 Subject: [PATCH] Improve credits --- src/App.vue | 42 ++++++++++++++++++++---------------------- 1 file changed, 20 insertions(+), 22 deletions(-) diff --git a/src/App.vue b/src/App.vue index 88aea65..ec7173f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,39 +6,32 @@

Credits ❤️

- -

- - @atnbueno - -

-

- - @actuallytaylor + github.com/OpenJelly/Open-Jellycore

- -

- - @electrikmilk - -

-

- - @chrisjmendez + github.com/atnbueno/shortcut-icons

+ + + @{{ credit }} + +
@@ -184,6 +177,11 @@ export default { darkMode: 'auto', }, glyphs: glyphs, + glyph: 'identifier', + colors: colors, + color: null, + colorName: null, + githubCredits: ['atnbueno', 'actuallytaylor', 'electrikmilk', 'chrisjmendez'], }; }, mounted() {