0
0
Fork 0

いろいろ

This commit is contained in:
Xeltica 2021-10-11 18:12:53 +09:00
parent f0604043a8
commit d8664775cc
28 changed files with 510 additions and 63 deletions

View file

@ -4,6 +4,7 @@ import { useTranslation } from 'react-i18next';
import { LoginForm } from '../components/LoginForm';
import { Header } from '../components/Header';
import { AnnouncementList } from '../components/AnnouncementList';
export const IndexWelcomePage: React.VFC = () => {
const {t} = useTranslation();
@ -27,6 +28,9 @@ export const IndexWelcomePage: React.VFC = () => {
</article>
<LoginForm />
</Header>
<article className="xarticle">
<AnnouncementList />
</article>
<article className="xarticle vstack pa-2">
<header>
<h2>{t('_welcome.title')}</h2>