fix: comment out Button component in Cover for future reference
This commit is contained in:
@@ -139,7 +139,7 @@ function Cover() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="flex justify-center items-center">
|
<div className="flex justify-center items-center">
|
||||||
<Button
|
{/* <Button
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
window.location.href = "/about";
|
window.location.href = "/about";
|
||||||
}}
|
}}
|
||||||
@@ -150,7 +150,7 @@ function Cover() {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
смотреть карту
|
смотреть карту
|
||||||
</Button>
|
</Button> */}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style jsx>{`
|
<style jsx>{`
|
||||||
|
|||||||
Reference in New Issue
Block a user