diff --git a/src/App.css b/src/App.css index da5fd18..b5dab76 100644 --- a/src/App.css +++ b/src/App.css @@ -257,6 +257,7 @@ display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; + justify-items: center; } .feature-card { diff --git a/src/App.tsx b/src/App.tsx index bcb1544..8006cd7 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,4 +1,5 @@ import { useTranslation } from 'react-i18next' +import { Link } from 'react-router-dom' import Layout from './components/Layout' import './App.css' @@ -86,25 +87,31 @@ function App() {
{t('features.serverBrowser.description')}
- + {t('features.browseServers')}{t('features.blog.description')}
- + {t('features.readBlog')}{t('features.git.description')}
- {t('features.viewGitHub')} + {t('features.viewGitHub')}{t('features.forum.description')}
- + {t('features.joinForum')} +{t('features.friends.description')}
+ {t('features.viewFriends')}