From 03e15384de44bfcc0714f508089ef67ccec2cd4f Mon Sep 17 00:00:00 2001 From: Alif Naufal Date: Sun, 20 Feb 2022 21:07:47 +0700 Subject: [PATCH] update rekrutasi selesai --- components/Navbar.jsx | 8 ++++---- pages/AiSharing.jsx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/Navbar.jsx b/components/Navbar.jsx index e414dea2..ca2b5c12 100644 --- a/components/Navbar.jsx +++ b/components/Navbar.jsx @@ -105,7 +105,7 @@ const Navbar = () => { About - { className="blink" > {'Recruitment Aslab 2022'} - + */} @@ -152,7 +152,7 @@ const Navbar = () => { About - { className="blink" > {'Recruitment Aslab 2022'} - + */} diff --git a/pages/AiSharing.jsx b/pages/AiSharing.jsx index fafa71a5..0d6c35fa 100644 --- a/pages/AiSharing.jsx +++ b/pages/AiSharing.jsx @@ -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])