added final button links

This commit is contained in:
zomo
2025-11-27 19:37:03 -06:00
parent 2fd5126ae7
commit a1bc6c6ff8

View File

@@ -5,12 +5,10 @@ import './buttons.scss'
function Buttons() { function Buttons() {
return ( return (
<div className="buttons"> <div className="buttons">
{/* <a href="https://old.penguin.ikea.fishing/"> */} <a href="https://old.penguin.ikea.fishing/">
<a href="#">
<ButtonOld /> <ButtonOld />
</a> </a>
{/* <a href="https://new.penguin.ikea.fishing/#/login"> */} <a href="https://new.penguin.ikea.fishing/#/login">
<a href="#">
<ButtonNew /> <ButtonNew />
</a> </a>
</div> </div>