From 1bd19ad917d4cf8ea5fbc2baef8839f1c6a3896d Mon Sep 17 00:00:00 2001 From: DecDuck Date: Fri, 4 Oct 2024 15:35:03 +1000 Subject: [PATCH] more ui --- components/DiscordLogo.vue | 9 ++++ components/GithubLogo.vue | 16 +++++++ components/InlineUserWidget.vue | 2 +- components/UserFooter.vue | 75 ++++---------------------------- components/UserHeader.vue | 2 +- layouts/default.vue | 11 ++++- nuxt.config.ts | 8 ++++ pages/index.vue | 8 +++- public/favicon.ico | Bin 4286 -> 765 bytes 9 files changed, 61 insertions(+), 70 deletions(-) create mode 100644 components/DiscordLogo.vue create mode 100644 components/GithubLogo.vue diff --git a/components/DiscordLogo.vue b/components/DiscordLogo.vue new file mode 100644 index 0000000..80bf927 --- /dev/null +++ b/components/DiscordLogo.vue @@ -0,0 +1,9 @@ + \ No newline at end of file diff --git a/components/GithubLogo.vue b/components/GithubLogo.vue new file mode 100644 index 0000000..fc6f27c --- /dev/null +++ b/components/GithubLogo.vue @@ -0,0 +1,16 @@ + \ No newline at end of file diff --git a/components/InlineUserWidget.vue b/components/InlineUserWidget.vue index 385495a..c73cda6 100644 --- a/components/InlineUserWidget.vue +++ b/components/InlineUserWidget.vue @@ -2,7 +2,7 @@
- {{ userData.name }} + {{ userData.name }}
diff --git a/components/UserFooter.vue b/components/UserFooter.vue index cf79179..cb9705b 100644 --- a/components/UserFooter.vue +++ b/components/UserFooter.vue @@ -8,7 +8,7 @@

An open-source game distribution platform built for speed, flexibility and beauty.

- {{ item.name }}