Skip to content

Commit

Permalink
Test Oprec Page Live
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenosians committed Aug 14, 2023
1 parent 59f34e8 commit fce78fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions components/ColapseDoc.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const ColapseDoc = () => {
</Heading>
<Box width="100%" h={{ base: "75vh", md: "90vh" }} mt="2">
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLSelXd8hx__5Bonm3KIexMxK_6gKS3AUHePZ4Nz_NPo1NVww0w/viewform?embedded=true"
src="https://forms.office.com/r/Nc8d1ftUw9"
width="100%"
height="100%"
>Loading…</iframe>
Expand Down Expand Up @@ -89,7 +89,7 @@ const ColapseDoc = () => {
</Heading>
<Box width="100%" h={{ base: "75vh", md: "90vh" }} mt="2">
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLSdgxZ66clye8h9slK6p73dpRcCY4Vwx1p5siSz-odY0uLcBaQ/viewform?embedded=true"
src="https://forms.office.com/r/mcKwRMivwy"
width="100%"
height="100%"
>Loading…</iframe>
Expand Down
8 changes: 4 additions & 4 deletions components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ const Navbar = () => {
</Link>
<Link
route
href="/openmind"
href="/oprec"
color={color}
fontWeight="bold"
className="blink"
>
{'OPENMIND 2023'}
{'OPREC'}
</Link>
</Stack>
</Stack>
Expand Down Expand Up @@ -155,12 +155,12 @@ const Navbar = () => {
<Link
p="2"
route
href="/openmind"
href="/oprec"
color={color}
fontWeight="bold"
className="blink"
>
{'OPENMIND 2023'}
{'OPREC'}
</Link>
</Stack>
</DrawerBody>
Expand Down
2 changes: 1 addition & 1 deletion pages/oprec.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const openRecruitment = () => {
position="relative"
>
<Heading>
Open Recruitment Artificial Intelligence laboratory 2022
Open Recruitment Artificial Intelligence laboratory 2023
</Heading>
<Divider mt="2" mb="4" />
<ColapseDoc/>
Expand Down

0 comments on commit fce78fa

Please sign in to comment.