Skip to content

Commit

Permalink
Add help desk link to home page footer, fix browse bug on small scree…
Browse files Browse the repository at this point in the history
…n. (#45)

* feat: add help desk

* fix: enable browse button on mobile devices #44
  • Loading branch information
simonv3 authored Aug 13, 2022
1 parent f2cabb7 commit 34e1e58
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"other": "on"
}
},
"prettier.enable": false
}
"prettier.enable": false,
"yaml.format.enable": false
}
3 changes: 3 additions & 0 deletions src/config/_default/languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ en:
title: Handbook
url: https://community.resonate.coop/c/handbook/60
weight: 3
- name: Help desk
title: Help desk
url: https://community.resonate.coop/search?q=%23helpdesk
footer2:
- name: Join
title: Join Resonate
Expand Down
5 changes: 1 addition & 4 deletions src/layouts/partials/components/nav-player.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
<ul role="menu" class="flex list ma0 pa0 w-100 w-75-l justify-around items-center mr3-l">
<li role="menuitem" class="flex flex-auto w-100 justify-center relative">
<a href="{{ if hugo.IsProduction }}https://stream.resonate.coop/artists{{ else }}https://stream.resonate.ninja/artists{{ end }}"
class="dn db-l link near-black near-black--light near-white--dark pv2 ph3">Browse</a>
<button title="Open Browse Menu"
class="db dn-l bg-transparent bn near-black near-black--light near-white--dark pa0">
<span class="flex justify-center items-center">Browse</span></button>
class="db-l link near-black near-black--light near-white--dark pv2 ph3">Browse</a>
</li>
<li role="menuitem" class="flex flex-auto w-100 justify-center relative">
<a href="{{ if hugo.IsProduction }}https://stream.resonate.coop/discover{{ else }}https://stream.resonate.ninja/discover{{ end }}"
Expand Down

0 comments on commit 34e1e58

Please sign in to comment.