diff --git a/src/Components/Navbar/Desktop.jsx b/src/Components/Navbar/Desktop.jsx index d43664e56..d2fd5fcbd 100644 --- a/src/Components/Navbar/Desktop.jsx +++ b/src/Components/Navbar/Desktop.jsx @@ -42,13 +42,13 @@ export const Resources = ({ notificationOpen }) => { diff --git a/src/Components/Navbar/Mobile.jsx b/src/Components/Navbar/Mobile.jsx index 96bc6aa65..4a768e629 100644 --- a/src/Components/Navbar/Mobile.jsx +++ b/src/Components/Navbar/Mobile.jsx @@ -89,13 +89,13 @@ export const MobileMenu = ({ diff --git a/src/Components/Navbar/Mylinks.jsx b/src/Components/Navbar/Mylinks.jsx index c35a25576..a5e0f9f8d 100644 --- a/src/Components/Navbar/Mylinks.jsx +++ b/src/Components/Navbar/Mylinks.jsx @@ -132,6 +132,13 @@ export const links = [ link: "/mulearn.apk", foreign: false, }, + { + name: "µNewsletter", + submenu: false, + sublinks: [], + link: "https://online.fliphtml5.com/slydm/yljq/#p=1", + foreign: false, + } ],