mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
Merge pull request #2393 from Arhell/upd-btn
Accessibility add link name
This commit is contained in:
commit
ed976297b9
|
|
@ -1,6 +1,6 @@
|
|||
<a href="{{ "docs/quick-start/minimal-kubesphere-on-k8s/" | relLangURL }}" target="_blank" rel="noopener noreferrer">
|
||||
<a href="{{ "docs/quick-start/minimal-kubesphere-on-k8s/" | relLangURL }}" aria-label="{{ i18n "Install on Kubernetes" }}" target="_blank" rel="noopener noreferrer">
|
||||
<button class='download-btn download-btn1 common-btn'>{{ i18n "Install on Kubernetes" }}</button>
|
||||
</a>
|
||||
<a href="{{ "docs/quick-start/all-in-one-on-linux/" | relLangURL }}" target="_blank" rel="noopener noreferrer">
|
||||
<a href="{{ "docs/quick-start/all-in-one-on-linux/" | relLangURL }}" aria-label="{{ i18n "Install on Linux" }}" target="_blank" rel="noopener noreferrer">
|
||||
<button class='download-btn download-btn2 common-btn'>{{ i18n "Install on Linux" }}</button>
|
||||
</a>
|
||||
Loading…
Reference in New Issue