Commit 7531f0e 1 parent 1d9a42d commit 7531f0e Copy full SHA for 7531f0e
File tree 1 file changed +32
-1
lines changed
1 file changed +32
-1
lines changed Original file line number Diff line number Diff line change 89
89
<div class =" instruction" >
90
90
{{ t("vpn.labels.connect_to_vpn_instruction") }}
91
91
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
+
92
100
<a
93
101
style =" display : block "
94
102
target =" _blank"
95
103
href =" https://www.wireguard.com/install/"
96
- >https://www.wireguard.com/install/</a
97
104
>
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 >
98
123
</div >
99
124
100
125
<div class =" copy-button" >
@@ -809,6 +834,12 @@ watch(
809
834
text-align: center;
810
835
}
811
836
837
+ .connect_window .instruction a {
838
+ font-size: 1rem;
839
+ margin: 5px 0px;
840
+ text-align: center;
841
+ }
842
+
812
843
.connect_window .copy-button {
813
844
display: flex;
814
845
justify-content: center;
You can’t perform that action at this time.
0 commit comments