chore: cleanup
This commit is contained in:
@@ -4,15 +4,15 @@ import { useIntl } from "react-intl"
|
||||
|
||||
import { SearchIcon } from "@/components/Icons"
|
||||
|
||||
import Button from "../Button"
|
||||
import TopMenuButton from "../TopMenuButton"
|
||||
|
||||
export default function Search() {
|
||||
const intl = useIntl()
|
||||
|
||||
return (
|
||||
<Button>
|
||||
<TopMenuButton>
|
||||
<SearchIcon width={20} height={20} color="burgundy" />
|
||||
{intl.formatMessage({ id: "Find booking" })}
|
||||
</Button>
|
||||
</TopMenuButton>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user