added final button links
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user