Skip to content

Commit

Permalink
Merge branch 'main' into anguzz-rename
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Feb 23, 2023
2 parents cc7ab30 + 4f7419d commit 6949956
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/routes/(site)/quiz/quiz.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
on:click={goRight}
disabled={index === data.questions.length - 1 || !(responses ?? [])[index]}
class:disable-arrow={index === data.questions.length - 1 || !(responses ?? [])[index]}
class="arrow"><BwIcon src="/assets/svg/arrow-left.svg" alt="left arrow" /></button
class="arrow"><BwIcon src="/assets/svg/arrow-right.svg" alt="right arrow" /></button
>
</div>
<button
Expand All @@ -128,7 +128,7 @@
{:else if showMoreInfo}
<MoreInfo {...showTeam} />
<button on:click={goBackToResults} class="arrow return-to-results"
><BwIcon src="/assets/svg/arrow-left.svg" alt="left arrow" />
><BwIcon src="/assets/svg/arrow-right.svg" alt="right arrow" />
<h3>Check out other teams</h3></button
>
<!-- DISPLAY THE RESULTS -->
Expand Down Expand Up @@ -181,7 +181,7 @@
<p class="italic">This will wipe your current results</p>
</button>
<button class="arrow action-btn" on:click={() => showTeamDetails(TEAMS.general)}>
>Want to help out ACM?</button
Want to help out ACM?</button
>
<p class="italic fine-text">
Take these results with a grain of salt. This is meant to be a fun little quiz and you are
Expand Down

0 comments on commit 6949956

Please sign in to comment.