Skip to content

Commit

Permalink
fix(link):link-updation-register
Browse files Browse the repository at this point in the history
  • Loading branch information
AswinAsok committed Jun 20, 2023
1 parent 22cc13c commit 18870ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Components/Navbar/Mobile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const MobileMenu = ({

<div className="grid justify-items-center">
<a
href="https://app.mulearn.org/user/register"
href="https://app.mulearn.org/register"
target="_blank"
rel="noopener noreferrer"
className="py-3 px-28 "
Expand Down
4 changes: 2 additions & 2 deletions src/Pages/Notifications/data/notifications.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"title": "Inspiration Station Radio",
"date": "Tue Mar 28 2023 20:00:00 GMT+0530 (India Standard Time)",
"description": "Everyone has a story to tell, the story about finding their passion, the story of learning new things and much more. Often times these stories are filled with fun and inspirations which fuel others to start their own journey. Join in this Tuesday@8:00PM to get Inspired.",
"url": "https://app.mulearn.org/user/register"
"url": "https://app.mulearn.org/register"
},
{
"title": "Salt Mango Tree",
"date": "Wed Mar 29 2023 20:00:00 GMT+0530 (India Standard Time)",
"description": "English! English! English! I avoid I don't like it, but English likes me, I can't avoid! Well since avoiding English isn't an option, let's try to work towards improving our knowledge of English, by practicing, together. Join in this Wednesday@8:00Pm to talk and learn.",
"url": "https://app.mulearn.org/user/register"
"url": "https://app.mulearn.org/register"
}
],
"old": [
Expand Down

0 comments on commit 18870ea

Please sign in to comment.