Skip to content

Commit

Permalink
Merge pull request #158 from crux-bphc/fix-infinite-perms-reload-issue
Browse files Browse the repository at this point in the history
Fix infinite perms reload issue and update about page
  • Loading branch information
soumitradev committed Jan 6, 2024
2 parents 06af2aa + 21fa8bd commit e983a9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions frontend/src/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ function About() {
Hyderabad.
</p>
<p className="pt-4">
This version of ChronoFactorem is a version we fastracked so that we
can get a full release of ChronoFactorem out for this registration
session. The frontend code is admittedly rushed, but we are somewhat
happy with it. If you do find them, please report them{" "}
This version of ChronoFactorem is the first real release of
ChronoFactorem. We really wanted to iron out as many bugs as we can
before we push it out to you to ensure a smooth experience, so it got
a little delayed. If you do still find bugs, please report them{" "}
<a
href="https://github.com/crux-bphc/chronofactorem-rewrite/issues"
className="text-blue-400 inline pl-1 items-center"
Expand Down
3 changes: 1 addition & 2 deletions frontend/src/EditTimetable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -762,8 +762,7 @@ function EditTimetable() {
variant: "destructive",
});
router.navigate({
to: "/view/$timetableId",
params: { timetableId: timetableId },
to: "/",
});
}

Expand Down

0 comments on commit e983a9f

Please sign in to comment.