From 569eed93a68c0cc6707f8640f5dd569f6176964a Mon Sep 17 00:00:00 2001 From: LynithDev <61880709+LynithDev@users.noreply.github.com> Date: Sat, 6 Jan 2024 11:50:17 +0100 Subject: Padding fixes and slight tweaks to icons etc --- apps/website/src/components/icons/Icon.astro | 1 + apps/website/src/components/icons/impl/user.svg | 3 +++ apps/website/src/pages/index.astro | 6 +++--- apps/website/src/pages/mods.astro | 6 +++--- apps/website/src/pages/projects/oneconfig.astro | 10 +++++----- 5 files changed, 15 insertions(+), 11 deletions(-) create mode 100644 apps/website/src/components/icons/impl/user.svg diff --git a/apps/website/src/components/icons/Icon.astro b/apps/website/src/components/icons/Icon.astro index 7353c7d..b7442ab 100644 --- a/apps/website/src/components/icons/Icon.astro +++ b/apps/website/src/components/icons/Icon.astro @@ -29,6 +29,7 @@ type _Icons = | 'link-external' | 'code' | 'chat' + | 'user' | External | ModIcons; export type Icons = _Icons; // bypass for Astro compiler issue https://github.com/withastro/compiler/issues/554#issuecomment-1741702411 diff --git a/apps/website/src/components/icons/impl/user.svg b/apps/website/src/components/icons/impl/user.svg new file mode 100644 index 0000000..9135b9f --- /dev/null +++ b/apps/website/src/components/icons/impl/user.svg @@ -0,0 +1,3 @@ + diff --git a/apps/website/src/pages/index.astro b/apps/website/src/pages/index.astro index 200867d..c078345 100644 --- a/apps/website/src/pages/index.astro +++ b/apps/website/src/pages/index.astro @@ -107,19 +107,19 @@ import Layout from '@layouts/Layout.astro'; We're a group of passionate, self-driven designers, developers, and modders creating mods and libraries for the Minecraft community.