Merged in fix/SW-992-center-empty-stays-text (pull request #969)
fix(SW-992): center empty stays text Approved-by: Matilda Landström
This commit is contained in:
@@ -14,7 +14,13 @@ export default async function EmptyUpcomingStaysBlock() {
|
|||||||
return (
|
return (
|
||||||
<section className={styles.container}>
|
<section className={styles.container}>
|
||||||
<div className={styles.titleContainer}>
|
<div className={styles.titleContainer}>
|
||||||
<Title as="h4" level="h3" color="red" className={styles.title}>
|
<Title
|
||||||
|
as="h4"
|
||||||
|
level="h3"
|
||||||
|
color="red"
|
||||||
|
className={styles.title}
|
||||||
|
textAlign="center"
|
||||||
|
>
|
||||||
{intl.formatMessage({ id: "You have no upcoming stays." })}
|
{intl.formatMessage({ id: "You have no upcoming stays." })}
|
||||||
<span className={styles.burgundyTitle}>
|
<span className={styles.burgundyTitle}>
|
||||||
{intl.formatMessage({ id: "Where should you go next?" })}
|
{intl.formatMessage({ id: "Where should you go next?" })}
|
||||||
|
|||||||
@@ -14,7 +14,13 @@ export default async function EmptyUpcomingStaysBlock() {
|
|||||||
return (
|
return (
|
||||||
<section className={styles.container}>
|
<section className={styles.container}>
|
||||||
<div className={styles.titleContainer}>
|
<div className={styles.titleContainer}>
|
||||||
<Title as="h4" level="h3" color="red" className={styles.title}>
|
<Title
|
||||||
|
as="h4"
|
||||||
|
level="h3"
|
||||||
|
color="red"
|
||||||
|
className={styles.title}
|
||||||
|
textAlign="center"
|
||||||
|
>
|
||||||
{intl.formatMessage({ id: "You have no upcoming stays." })}
|
{intl.formatMessage({ id: "You have no upcoming stays." })}
|
||||||
<span className={styles.burgundyTitle}>
|
<span className={styles.burgundyTitle}>
|
||||||
{intl.formatMessage({ id: "Where should you go next?" })}
|
{intl.formatMessage({ id: "Where should you go next?" })}
|
||||||
|
|||||||
Reference in New Issue
Block a user