fix: empty previous stays design

This commit is contained in:
Christel Westerberg
2024-07-10 07:55:54 +02:00
parent 7068fb4e15
commit fda17c947a
5 changed files with 24 additions and 19 deletions

View File

@@ -18,7 +18,7 @@ export default async function EmptyUpcomingStaysBlock({ lang }: LangParams) {
<Title as="h5" level="h3" color="red" className={styles.title}>
{formatMessage({ id: "You have no upcoming stays." })}
<span className={styles.burgundyTitle}>
{formatMessage({ id: "Where will you go next?" })}
{formatMessage({ id: "Where should you go next?" })}
</span>
</Title>
</div>