Skip to content

Commit

Permalink
Need help? link added in Nav and Footer
Browse files Browse the repository at this point in the history
  • Loading branch information
bhatvikrant committed Feb 8, 2021
1 parent a4addcd commit 45b5006
Show file tree
Hide file tree
Showing 3 changed files with 11,877 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/layout/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,15 @@ const Header = ({
Features
</LinkScroll>
</li>
<li title="Latest Vanced version">
<a
href="https://play.google.com/store/apps/details?id=com.vanced.faq"
target="_blank"
rel="noreferrer"
>
Need help?
</a>
</li>
</ul>
<ul className="list-reset header-nav-right">
<li>
Expand Down
9 changes: 9 additions & 0 deletions src/components/layout/partials/FooterNav.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ const FooterNav = ({ className, ...props }) => {
<li>
<a href={vancedManagerAPKUrl}>Download</a>
</li>
<li>
<a
href="https://play.google.com/store/apps/details?id=com.vanced.faq"
target="_blank"
rel="noreferrer"
>
Need help?
</a>
</li>
{showBrave && (
<li>
<a href={BRAVE} target="_blank" rel="noopener noreferrer">
Expand Down
Loading

0 comments on commit 45b5006

Please sign in to comment.