feat(WEB-170): edit profile view

This commit is contained in:
Simon Emanuelsson
2024-04-11 18:51:38 +02:00
parent 82e4d40203
commit 9396b2c3d5
114 changed files with 3642 additions and 2171 deletions
@@ -36,7 +36,7 @@ export default function Stay({
/>
</div>
<footer className={styles.footer}>
<Title as="h4" level="h3" uppercase>
<Title as="h5" level="h3" uppercase>
{hotel}
</Title>
<section className={styles.container}>
@@ -1,3 +1,4 @@
import Link from "next/link"
import Stay from "./Stay"
import Title from "@/components/MyPages/Title"
@@ -5,7 +6,6 @@ import styles from "./upcoming.module.css"
import type { LangParams } from "@/types/params"
import type { StaysProps } from "@/types/components/myPages/myPage/stays"
import Link from "next/link"
export default function UpcomingStays({
lang,