Skip to content

Commit

Permalink
feat: change 2566 to 67
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleNa1000 committed Feb 6, 2024
1 parent 16426f4 commit 722e9e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/PermissionAccept.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const PermissionAccept = () => {
<Flex flexDirection="column" alignItems="center">
<Text fontSize="20px">
คุณมีสิทธิ์ในการเลือกตั้งในการเลือกตั้งกรรมการนิสิตคณะวิศวกรรมศาสตร์
จุฬาลงกรณ์มหาวิทยาลัย ประจำปีการศึกษา 2566
จุฬาลงกรณ์มหาวิทยาลัย ประจำปีการศึกษา 2567
</Text>
</Flex>
</Card>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/electionRouter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function ElectionFinder() {
} else if (
election.positions.length === 1 &&
election.positions[0].name ===
'เช็กสิทธิ์การเลือกตั้งกรรมการนิสิตคณะวิศวกรรมศาสตร์ จุฬาลงกรณ์มหาวิทยาลัย ประจำปีการศึกษา 2566'
'เช็กสิทธิ์การเลือกตั้งกรรมการนิสิตคณะวิศวกรรมศาสตร์ จุฬาลงกรณ์มหาวิทยาลัย ประจำปีการศึกษา 2567'
) {
return <PermissionAccept />
} else {
Expand Down

0 comments on commit 722e9e8

Please sign in to comment.