Skip to content

Commit

Permalink
Merge pull request #1552 from gtech-mulearn/old-dev
Browse files Browse the repository at this point in the history
Old dev
  • Loading branch information
viraka authored May 30, 2024
2 parents 3cde600 + 916a286 commit 69f2ea5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Components/Navbar/Desktop.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ export const Resources = ({ notificationOpen }) => {
</button>
</a>
<a
href="https://online.fliphtml5.com/slydm/yljq/#p=1"
href="https://app.mulearn.org/donation"
target="_blank"
rel="noopener noreferrer"
className="py-7 px-3 inline-block"
>
<button className="border-2 border-muorange text-muorange px-6 py-2 rounded-md">
µNewsletter
Donate
</button>
</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/Components/Navbar/Mobile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ export const MobileMenu = ({
</button>
</a>
<a
href="https://online.fliphtml5.com/slydm/yljq/#p=1"
href="https://app.mulearn.org/donation"
target="_blank"
rel="noopener noreferrer"
className="py-3 px-3 inline-block"
>
<button className="border-2 border-orange-400 text-orange-400 px-6 py-2 rounded-md">
µNewsletter
Donate
</button>
</a>
</div>
Expand Down
7 changes: 7 additions & 0 deletions src/Components/Navbar/Mylinks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
],


Expand Down

0 comments on commit 69f2ea5

Please sign in to comment.