From 7d0145bedebcc0d5b605c45c41857b2b0b8b503f Mon Sep 17 00:00:00 2001 From: Kieran O'Neill Date: Mon, 4 Dec 2023 00:17:35 +0200 Subject: [PATCH] feat: use social icons (#11) * feat: add more custom styles to the global styles * feat: add social icons to the footer and tidy up * refactor: update styling for various compnents --- docusaurus.config.js | 43 +++++---- src/components/Carousel/styles.module.scss | 2 - .../ConceptsSection/ConceptItem.tsx | 4 +- .../ConceptsSection/ConceptsSection.tsx | 6 +- .../ConceptsSection/styles.module.scss | 47 +++++----- src/components/Header/Header.tsx | 10 +-- src/components/Header/styles.module.scss | 86 +++++++++--------- src/styles/footer.scss | 63 +++++++++++--- src/styles/functions.scss | 8 +- src/styles/global.scss | 87 ++++++++++++------- 10 files changed, 215 insertions(+), 141 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 19900be..3ca3a28 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -24,6 +24,7 @@ const SUGGEST_A_FEATURE_LINK = const X_LINK = 'https://x.com/kibisis_wallet'; // application +const TAGLINE = 'Not just for DeFi'; const TITLE = 'Kibisis'; /** @type {import('@docusaurus/types').Config} */ @@ -83,7 +84,7 @@ const config = { ], projectName: 'kibisis-website', staticDirectories: [STATIC_DIR], - tagline: 'Not just for DeFi', + tagline: TAGLINE, themeConfig: /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ ({ @@ -107,15 +108,15 @@ const config = { items: [ { label: 'Features', - to: '/#features', + href: '/#features', }, { label: 'Concepts', - to: '/#concepts', + href: '/#concepts', }, { label: 'Download', - to: '/#download', + href: '/#download', }, ], label: 'Overview', @@ -137,8 +138,8 @@ const config = { }, footer: { copyright: ` -