Skip to content

Commit

Permalink
Merge pull request #109 from ThilakReddyy/develop
Browse files Browse the repository at this point in the history
fix:url
  • Loading branch information
ThilakReddyy authored Nov 9, 2023
2 parents 3facbd1 + 16e8e37 commit a6477ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/AcademicReport/AcademicReportPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const AcademicReportPage = ({ backlog }) => {
const [warning, setWarning] = useState("");

function mapValueToRange() {
const alternativeurls = ["https://jntuhresultsbackend.vercel.app", "https://jntuhresults-web-two.vercel.app", "https://jntuhresults-web-three.vercel.app"]
const alternativeurls = ["https://jntuhresultsbackend.vercel.app", "https://jntuhresults-web-four.vercel.app", "https://jntuhresults-web-three.vercel.app"]
const currentDate = new Date();
const inputValue = currentDate.getDate();
if (inputValue >= 1 && inputValue <= 5) {
Expand Down

1 comment on commit a6477ce

@vercel
Copy link

@vercel vercel bot commented on a6477ce Nov 9, 2023

Please sign in to comment.