Skip to content

Commit e983a9f

Browse files
authored
Merge pull request #158 from crux-bphc/fix-infinite-perms-reload-issue
Fix infinite perms reload issue and update about page
2 parents 06af2aa + 21fa8bd commit e983a9f

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

frontend/src/About.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ function About() {
2222
Hyderabad.
2323
</p>
2424
<p className="pt-4">
25-
This version of ChronoFactorem is a version we fastracked so that we
26-
can get a full release of ChronoFactorem out for this registration
27-
session. The frontend code is admittedly rushed, but we are somewhat
28-
happy with it. If you do find them, please report them{" "}
25+
This version of ChronoFactorem is the first real release of
26+
ChronoFactorem. We really wanted to iron out as many bugs as we can
27+
before we push it out to you to ensure a smooth experience, so it got
28+
a little delayed. If you do still find bugs, please report them{" "}
2929
<a
3030
href="https://github.com/crux-bphc/chronofactorem-rewrite/issues"
3131
className="text-blue-400 inline pl-1 items-center"

frontend/src/EditTimetable.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -762,8 +762,7 @@ function EditTimetable() {
762762
variant: "destructive",
763763
});
764764
router.navigate({
765-
to: "/view/$timetableId",
766-
params: { timetableId: timetableId },
765+
to: "/",
767766
});
768767
}
769768

0 commit comments

Comments
 (0)