Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9e626fce88 | |||
| 1e9988bbc8 | |||
| 8667e34531 |
@@ -72,6 +72,12 @@ export default function LandingPage() {
|
||||
filters={[
|
||||
{ label: "Budžets", options: ["Zems", "Vidējs", "Augsts"], selected: "Vidējs", onChange: () => {} }
|
||||
]}
|
||||
toolbarClassName="cursor-pointer hover:opacity-80 transition-opacity"
|
||||
className="group"
|
||||
searchClassName="[&>button]:cursor-pointer"
|
||||
onSearchChange={() => {
|
||||
window.location.href = "/interactive-map";
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user