fix(SW-1273): usage of Link component
move getLang further down the render to reduce CPU cycles swap to min-width on button to compensate larger strings remove useless async declaration
This commit is contained in:
@@ -2,7 +2,7 @@ import FindMyBooking from "@/components/HotelReservation/FindMyBooking"
|
||||
|
||||
import styles from "./page.module.css"
|
||||
|
||||
export default async function GetBookingPage() {
|
||||
export default function GetBookingPage() {
|
||||
return (
|
||||
<main className={styles.main}>
|
||||
<div className={styles.form}>
|
||||
|
||||
Reference in New Issue
Block a user