Skip to content

Commit

Permalink
Talks and Challenges set to secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrià Martínez committed Mar 19, 2024
1 parent 00d3b0c commit 4106dbb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface Config {
const config: Config = {
// fakeStartTime: '29/4/2022 21:59:55',
disabled: false,
hideChallengesAndPrizes: false,
hideChallengesAndPrizes: true,
}

export default config
16 changes: 7 additions & 9 deletions src/views/Challenges.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,18 @@ const hideChallengesAndPrizes = ref(config.hideChallengesAndPrizes)
<PanelContainer>
<Panel title="HackUPC prizes" size="big">
<div class="prizes-container">
<div class="prize">
<!--Example of prize:
<h3 class="prize__position">1st</h3>
<p class="prize__text">Xbox Series S</p>
<p class="prize__subtext">(For each team member)</p>
<p class="prize__text">Price</p>
<p class="prize__subtext">(For each team member)</p> -->
<div class="prize">
<SecretContent />
</div>
<div class="prize">
<h3 class="prize__position">2nd</h3>
<p class="prize__text">Razer Huntsman V2 TKL</p>
<p class="prize__subtext">(For each team member)</p>
<SecretContent />
</div>
<div class="prize">
<h3 class="prize__position">3rd</h3>
<p class="prize__text">Polaroid Now i-Type</p>
<p class="prize__subtext">(For each team member)</p>
<SecretContent />
</div>
</div>
</Panel>
Expand Down

0 comments on commit 4106dbb

Please sign in to comment.