Skip to content

Commit

Permalink
added button
Browse files Browse the repository at this point in the history
  • Loading branch information
lovretomic committed Dec 22, 2024
1 parent d9e802a commit eaa86a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/web/src/components/TemporaryHero/TemporaryHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,18 @@ const TemporaryHero = () => {
);
}

function openArchivedWeb() {
window.open('https://2024-days.dump.hr/', '_blank');
}

return (
<section className={c.hero}>
<div className={c.content}>
<ScrollingTitle />
</div>
<div className={c.textButtonsWrapper}>
<div className={c.buttons}>
{/*<Button>Posjeti web</Button> --> Otvorit kad link na stari web bude spreman*/}
<Button onClick={openArchivedWeb}>Posjeti web</Button>
<Button className={c.orangeButton} onClick={openBrochure}>
Postani sponzor
</Button>
Expand Down

0 comments on commit eaa86a7

Please sign in to comment.