fix: comments

This commit is contained in:
Christel Westerberg
2024-05-30 15:21:20 +02:00
parent 15b56fd0dd
commit 0a3272f75a
9 changed files with 10 additions and 371 deletions

View File

@@ -1,11 +1,13 @@
import "@scandic-hotels/design-system/current/style.css"
import { _ } from "@/lib/translation"
import styles from "./bookingButton.module.css"
export default function BookingButton({ href }: { href: string }) {
return (
<a className={styles.button} href={href}>
Book
{_("Book")}
</a>
)
}