PostService section + little tweaking

This commit is contained in:
2022-11-03 18:23:23 +02:00
parent e265f25d2c
commit 418ff0a2b2
8 changed files with 74 additions and 12 deletions

View File

@@ -15,9 +15,7 @@ export const Header = () => {
width={528}
height={237}
/>
<span className={styles.subTitleText}>
Kauppa&Ravintola&Kahvila&Baari
</span>
<h1 className={styles.subTitleText}>Kauppa&Ravintola&Kahvila&Baari</h1>
</header>
);
};