Skip to content

Commit

Permalink
Update Codewars.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhananjay-Chauhan authored Nov 22, 2023
1 parent cf611da commit b7b1677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/codewars/Codewars.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function Blogs() {

window.location.href="https://tinyurl.com/mrx5mndu"
}else if (values.year=="2nd,3rd,4th Yr Student") {
window.location.href="https://tinyurl.com/bdehvutx"
window.location.href="https://tinyurl.com/yuzx8yea"
}else{
console.log("something happened")
}
Expand Down Expand Up @@ -196,7 +196,7 @@ export default function Blogs() {
className=" w-full h-[3rem] rounded-md px-0 mt-0 bg-transparent border-0 border-b-2 appearance-none z-1 focus:outline-none focus:ring-0 focus:border-black border-gray-200 mx-4"
>
<option value="Select your year">Select your year</option>
<option value="1st Yr Student">1st Yr Student</option>
// <option value="1st Yr Student">1st Yr Student</option>
<option value="2nd,3rd,4th Yr Student">
2nd,3rd,4th Yr Student
</option>
Expand Down

0 comments on commit b7b1677

Please sign in to comment.