Open
Description
Description
Link: HomePage
I noticed that on the homepage when switching to mobile view, some navbar items are not appearing:
- Pricing
- News
- Recent Announcement
- Discussion Forum
These items are not displayed in mobile view, making it impossible to navigate to these pages via the navbar.
Expected Behavior
The displayed items are the same for both mobile and desktop views.
Screenshots
Environment:
- Host OS: Linux
- Browser: Firefox
If you find this issue valid I want to work on this.
Contributor Resources and Handbook
The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the master
branch.
- 📚 See contributing instructions.
- 🎨 Wireframes and designs for Layer5 site in Figma (open invite)
- 🙋🏾🙋🏼 Questions: Discussion Forum and Community Slack.
Join the Layer5 Community by submitting your community member form.
Activity
fakegithub01 commentedon Aug 15, 2024
@narasimha-1511 I would like to work on this issue .Could you please assign this issue to me ?
ashparshp commentedon Aug 16, 2024
Thank you, @amitamrutiya and @fakegithub01. However, @upsaurav12 is already working on the navbar, so let's hear his thoughts on this.
upsaurav12 commentedon Aug 23, 2024
@ashparshp @amitamrutiya @fakegithub01 Sorry for late response,

Yes i also think that
pricing
discussion-forum
news
should be present inmobile-nav
.but if we notice then we can see that these are the
special links
( ie these are represented witharrows-icon
)So, we should make these link similar with
desktop-view
.amitamrutiya commentedon Aug 23, 2024
Yeah @upsaurav12, you're right, these are special links. Do you have any other solutions you want to propose without converting them into normal links?
Jaishree2310 commentedon Jan 8, 2025
@vishalvivekm Is this issue still pending or completed?
If it require to complete still then please assign this to me.
Thanks!
rohansen856 commentedon Apr 22, 2025
@vishalvivekm @amitamrutiya I would like to work on this issue.
As the links are mentioned as
special links
they should be added to the mobile nav under theSolutions
,Products
,Community
andResources
section in same manner as in the Desktop nav.The special links are already present in the
/src/sections/General/Navigation/utility/menu-items.js
file inactionItems
array.The
actionItems
are not utilized in thesrc/sections/General/Navigation/index.js
file which cause the links to be not present in the mobile view.src/sections/General/Navigation/utility/ScrollspyMenu.js
file):If it's open for contribution I would like to take up this issue. Thanks.