Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

fix external links in Help Center #672

Merged
merged 2 commits into from
Jun 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/.vuepress/components/Help.vue
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,9 @@ export default {
color $accentColorSecondary
.material-design-icon > .material-design-icon__svg
position relative
span
> span
display block
span
.icon.outbound
display inline-block
visibility hidden
Expand Down
2 changes: 1 addition & 1 deletion src/help/guides/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Some sources may have more advanced **Cloudflare** protection, that results in i
1. Go to <Navigation item="browse"/> in the bottom navbar.
1. Press the source you would like to access.
1. Press the <Navigation item="webview"/> icon. Refer to the previous picture.
1. Press the <Navigation item="overflow"> icon and then press Open in Browser.
1. Press the <Navigation item="overflow" /> icon and then press Open in Browser.
1. Once done, press the X at the top left and return to the source.
1. Press the <Navigation item="webview"/> icon again.
1. Complete the **CAPTCHA** if one is present.
Expand Down