Skip to content

Commit 7531f0e

Browse files
committed
fix vpn instructions
1 parent 1d9a42d commit 7531f0e

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

src/routes/vpn/vpnPage.vue

+32-1
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,37 @@
8989
<div class="instruction">
9090
{{ t("vpn.labels.connect_to_vpn_instruction") }}
9191

92+
<a
93+
style="display: block"
94+
target="_blank"
95+
href="https://blog.support.by/instructions/%d0%9a%d0%b0%d0%ba-%d0%b7%d0%b0%d0%ba%d0%b0%d0%b7%d0%b0%d1%82%d1%8c-vds-%d1%81-vpn/"
96+
>
97+
{{ t("vpn.labels.links.full_instruction") }}
98+
</a>
99+
92100
<a
93101
style="display: block"
94102
target="_blank"
95103
href="https://www.wireguard.com/install/"
96-
>https://www.wireguard.com/install/</a
97104
>
105+
{{ t("vpn.labels.links.official_site") }}
106+
</a>
107+
108+
<a
109+
style="display: block"
110+
target="_blank"
111+
href="https://youtu.be/eVsS_7kpd0s"
112+
>
113+
{{ t("vpn.labels.links.video_connect") }}
114+
</a>
115+
116+
<a
117+
style="display: block"
118+
target="_blank"
119+
href="https://youtu.be/Ea6xkQ-7-bk"
120+
>
121+
{{ t("vpn.labels.links.video_manage") }}
122+
</a>
98123
</div>
99124

100125
<div class="copy-button">
@@ -809,6 +834,12 @@ watch(
809834
text-align: center;
810835
}
811836
837+
.connect_window .instruction a {
838+
font-size: 1rem;
839+
margin: 5px 0px;
840+
text-align: center;
841+
}
842+
812843
.connect_window .copy-button {
813844
display: flex;
814845
justify-content: center;

0 commit comments

Comments
 (0)