Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix links on mobile #59

Merged
merged 1 commit into from Sep 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions menu.json
Expand Up @@ -590,6 +590,8 @@
{
"text": "Popular Rules",
"breakListBefore": true,
"navigateUrl": "https://www.ssw.com.au/rules/rules-to-successful-projects",
"navigateUrlOnMobileOnly": true,
"children": [
{
"navigateUrl": "https://www.ssw.com.au/rules/rules-to-successful-projects",
Expand Down Expand Up @@ -642,6 +644,8 @@
"children": [
{
"text": "Why Us",
"navigateUrl": "https://www.ssw.com.au/ssw/Company/AboutUs.aspx",
"navigateUrlOnMobileOnly": true,
"children": [
{
"navigateUrl": "https://www.ssw.com.au/ssw/Company/AboutUs.aspx",
Expand All @@ -660,6 +664,8 @@
},
{
"text": "Who We Are",
"navigateUrl": "https://www.ssw.com.au/people/",
"navigateUrlOnMobileOnly": true,
"breakListBefore": true,
"children": [
{
Expand All @@ -676,6 +682,8 @@
},
{
"text": "Who We Work With",
"navigateUrl": "https://www.ssw.com.au/ssw/Company/Clients",
"navigateUrlOnMobileOnly": true,
"children": [
{
"navigateUrl": "https://www.ssw.com.au/ssw/Company/Clients",
Expand All @@ -690,6 +698,8 @@
{
"text": "What We Say",
"breakListBefore": true,
"navigateUrl": "https://adamcogan.com/",
"navigateUrlOnMobileOnly": true,
"children": [
{
"navigateUrl": "https://www.ssw.com.au/ssw/News/",
Expand All @@ -708,6 +718,8 @@
{
"text": "Where To Find Us",
"breakListBefore": true,
"navigateUrl": "https://www.ssw.com.au/ssw/Company/Offices/",
"navigateUrlOnMobileOnly": true,
"children": [
{
"navigateUrl": "https://www.ssw.com.au/ssw/Company/Offices/",
Expand Down