Skip to content

Commit

Permalink
Merge pull request #88 from gdsc-nits-org/standings
Browse files Browse the repository at this point in the history
problem statements
  • Loading branch information
barnilsarma authored Nov 8, 2024
2 parents d55311c + c1a8e30 commit c200e35
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion src/Pages/Event/Event.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,21 @@ const Event = () => {
</div>
<div className={styles.bottom}>
<Button name="register now" ohref={info.gform} />
<Button name="view standings" ohref="/event/3/standings" />
{info.name === "Software track" && (
<Button
name="problem statements"
ohref="https://drive.google.com/file/d/1TwPFhLznj6cIigkSSrO-_zrqJQHIL7bN/view?usp=sharing"
/>
)}
{info.name === "ui/ux track" && (
<Button
name="problem statements"
ohref="https://drive.google.com/file/d/1UIvl4jMdgOGdgXCiHiR93nFE6RD3a6lr/view?usp=sharing"
/>
)}
{info.name === "Coding track" && (
<Button name="view standings" ohref="/event/3/standings" />
)}
</div>
</div>
<div className={styles.right}>
Expand Down

0 comments on commit c200e35

Please sign in to comment.