From 2093959be7e1e0822c199a40718e51d64445f9e4 Mon Sep 17 00:00:00 2001 From: BlazeSN860 Date: Thu, 30 May 2024 21:24:17 +0530 Subject: [PATCH] fix(Navbar): added donation button. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed the µNewsletter and added donation. Now µNewsletter is in others. --- src/Components/Navbar/Desktop.jsx | 4 ++-- src/Components/Navbar/Mobile.jsx | 4 ++-- src/Components/Navbar/Mylinks.jsx | 7 +++++++ 3 files changed, 11 insertions(+), 4 deletions(-) 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, + } ],