fix: add login/logout buttons
This commit is contained in:
@@ -2,9 +2,9 @@ import "@scandic-hotels/design-system/current/style.css"
|
||||
|
||||
import styles from "./bookingButton.module.css"
|
||||
|
||||
export default function BookingButton() {
|
||||
export default function BookingButton({ href }: { href: string }) {
|
||||
return (
|
||||
<a className={styles.button} href="/">
|
||||
<a className={styles.button} href={href}>
|
||||
Book
|
||||
</a>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user