Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
AswinAsok committed Sep 17, 2023
1 parent 873a28a commit dd6e49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/CapTF/Submission.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const Submission = () => {
/>
<a
href={
showParam === "true" || name != "Secret Key"
showParam === "true" || name !== "Secret Key"
? "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
: "https://airtable.com/apppADe83MpHBM05J/shr3Dn6gSjCbcp45r"
}
Expand Down

0 comments on commit dd6e49d

Please sign in to comment.