New performers added

This commit is contained in:
2023-06-26 19:46:45 +03:00
parent 82758fdaa9
commit 2f8798153d
4 changed files with 6 additions and 1 deletions

View File

@@ -88,6 +88,8 @@ const Performers = () => {
) : (
<i>Lisätietoja tulossa myöhemmin...</i>
)}
<i style={{ marginTop: '3rem' }}>Esiintyjälistaa päivitetään...</i>
</section>
);
};