Skip to content

Commit

Permalink
updated test link
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhananjay-Chauhan committed Oct 28, 2023
1 parent 0d25789 commit cf611da
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 @@ -33,7 +33,7 @@ export default function Blogs() {
// toast.success("Submitted Successfully.")
if (values.year=="1st Yr Student") {

window.location.href="https://tinyurl.com/4c4km8dh"
window.location.href="https://tinyurl.com/mrx5mndu"
}else if (values.year=="2nd,3rd,4th Yr Student") {
window.location.href="https://tinyurl.com/bdehvutx"
}else{
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 cf611da

Please sign in to comment.