fix: comment out Button component in Cover for future reference

This commit is contained in:
2025-08-06 12:25:31 +05:00
parent 0d8a47bee7
commit f3772220ff
+2 -2
View File
@@ -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>{`