Skip to content

Commit

Permalink
update rekrutasi selesai
Browse files Browse the repository at this point in the history
  • Loading branch information
alifnaufalyasin committed Feb 20, 2022
1 parent 1e8648d commit 03e1538
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,15 @@ const Navbar = () => {
<Link route href="/about" color={color}>
About
</Link>
<Link
{/* <Link
route
href="/recruitment"
color={color}
fontWeight="bold"
className="blink"
>
{'Recruitment Aslab 2022'}
</Link>
</Link> */}
</Stack>
</Stack>
<Stack direction="row">
Expand Down Expand Up @@ -152,7 +152,7 @@ const Navbar = () => {
<Link p="2" route href="/about" color={color}>
About
</Link>
<Link
{/* <Link
p="2"
route
href="/recruitment"
Expand All @@ -161,7 +161,7 @@ const Navbar = () => {
className="blink"
>
{'Recruitment Aslab 2022'}
</Link>
</Link> */}
</Stack>
</DrawerBody>

Expand Down
2 changes: 1 addition & 1 deletion pages/AiSharing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function Page() {

useEffect(() => {
if (!(user || loading)) {
router.push('https://telkomuniversity-ac-id.zoom.us/j/99566436616')
router.push('https://ailabtelkom.github.io')
}
}, [user, loading])

Expand Down

0 comments on commit 03e1538

Please sign in to comment.