Skip to content

Commit

Permalink
Merge pull request #451 from dump-hr/lovretomic/hero-archived-web-button
Browse files Browse the repository at this point in the history
Added Archived Web Button
  • Loading branch information
lovretomic authored Dec 22, 2024
2 parents d9e802a + eaa86a7 commit 6681c1e
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 6681c1e

Please sign in to comment.