Small and large variations for the DataAndPlace.

This commit is contained in:
codevictory
2021-12-23 00:12:29 +02:00
parent 7293305566
commit 65a810211a
5 changed files with 23 additions and 8 deletions

View File

@@ -49,7 +49,7 @@ export const Main = () => {
</article>
) : (
<article>
<DateAndPlace />
<DateAndPlace size='large' />
</article>
)}
</section>