From e280e873424d6e92839e64d274997e51c1c135ed Mon Sep 17 00:00:00 2001 From: enes Date: Fri, 2 Aug 2024 17:47:21 +0200 Subject: [PATCH] fix: footer buttons center text within buttons, buttons container centered, add links to docs and source --- src/components/Footer/Footer.tsx | 28 +++++++++++----------------- src/routes/index.tsx | 3 ++- 2 files changed, 13 insertions(+), 18 deletions(-) diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index 3822d32..eac4166 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -3,6 +3,7 @@ import { Link } from 'react-router-dom' import styles from './style.module.scss' import { Container } from '../Container' import nostrImage from '../../assets/images/nostr.gif' +import { appPublicRoutes } from '../../routes' export const Footer = () => (