feat: finish my pages overview page according to wireframe
This commit is contained in:
@@ -6,7 +6,7 @@ import Title from "@/components/MyPages/Title"
|
||||
import styles from "./stay.module.css"
|
||||
|
||||
import type { LangParams } from "@/types/params"
|
||||
import type { StayProps } from "@/types/components/myPages/stay"
|
||||
import type { StayProps } from "@/types/components/myPages/stays"
|
||||
|
||||
export default function Stay({
|
||||
dateArrive,
|
||||
@@ -36,7 +36,7 @@ export default function Stay({
|
||||
/>
|
||||
</div>
|
||||
<footer className={styles.footer}>
|
||||
<Title level="h3" uppercase>
|
||||
<Title as="h4" level="h3" uppercase>
|
||||
{hotel}
|
||||
</Title>
|
||||
<section className={styles.container}>
|
||||
|
||||
Reference in New Issue
Block a user