Skip to content

Commit

Permalink
temporary fix for package 'rollup'
Browse files Browse the repository at this point in the history
  • Loading branch information
edoriggio committed Oct 27, 2024
1 parent fb36774 commit 91fd56a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 22 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
"typescript": "^5.5.3",
"vite": "^5.4.1",
"vue-tsc": "^2.0.29"
},
"resolutions": {
"rollup": "npm:@rollup/wasm-node"
}
}
44 changes: 22 additions & 22 deletions src/components/sections/HeroSectionComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,35 +15,35 @@
<div class="flex flex-col items-center gap-4">
<!-- <span class="text-center opacity-60">What are you waiting for? <br /> The registration will close in</span>-->
<!-- <span class="text-center opacity-60">What are you waiting for? <br /> A limited number of spots are still available!</span>-->
<span class="text-center opacity-60">The event will end in:</span>
<span class="text-center opacity-60">The event is over, see you next year!</span>

<div class="flex gap-2">
<div class="flex flex-col items-center">
<span class="text-2xl font-mono">{{timer.days}}</span>
<span class="text-xs text-gray-400">Days</span>
</div>
<!-- <div class="flex gap-2">-->
<!-- <div class="flex flex-col items-center">-->
<!-- <span class="text-2xl font-mono">{{timer.days}}</span>-->
<!-- <span class="text-xs text-gray-400">Days</span>-->
<!-- </div>-->

<div class="text-2xl font-mono">:</div>
<!-- <div class="text-2xl font-mono">:</div>-->

<div class="flex flex-col items-center">
<span class="text-2xl font-mono">{{timer.hours}}</span>
<span class="text-xs text-gray-400">Hours</span>
</div>
<!-- <div class="flex flex-col items-center">-->
<!-- <span class="text-2xl font-mono">{{timer.hours}}</span>-->
<!-- <span class="text-xs text-gray-400">Hours</span>-->
<!-- </div>-->

<div class="text-2xl font-mono">:</div>
<!-- <div class="text-2xl font-mono">:</div>-->

<div class="flex flex-col items-center">
<span class="text-2xl font-mono">{{timer.minutes}}</span>
<span class="text-xs text-gray-400">Minutes</span>
</div>
<!-- <div class="flex flex-col items-center">-->
<!-- <span class="text-2xl font-mono">{{timer.minutes}}</span>-->
<!-- <span class="text-xs text-gray-400">Minutes</span>-->
<!-- </div>-->

<div class="text-2xl font-mono">:</div>
<!-- <div class="text-2xl font-mono">:</div>-->

<div class="flex flex-col items-center">
<span class="text-2xl font-mono">{{timer.seconds}}</span>
<span class="text-xs text-gray-400">Seconds</span>
</div>
</div>
<!-- <div class="flex flex-col items-center">-->
<!-- <span class="text-2xl font-mono">{{timer.seconds}}</span>-->
<!-- <span class="text-xs text-gray-400">Seconds</span>-->
<!-- </div>-->
<!-- </div>-->

<!-- <cta-component href="https://usi.qualtrics.com/jfe/form/SV_bgCFvEjVFUvXq4u" variant="cta">Register Now!</cta-component>-->
</div>
Expand Down

0 comments on commit 91fd56a

Please sign in to comment.