feat: sync design of header with current web
This commit is contained in:
11
components/Current/Header/BookingButton/index.tsx
Normal file
11
components/Current/Header/BookingButton/index.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import "@scandic-hotels/design-system/current/style.css"
|
||||
|
||||
import styles from "./bookingButton.module.css"
|
||||
|
||||
export default function BookingButton() {
|
||||
return (
|
||||
<a className={styles.button} href="/">
|
||||
Book
|
||||
</a>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user