Fixes quickstart button hover

pull/43969/head
Gauravpadam 2023-11-16 23:02:04 +05:30
parent ee960b6776
commit be49f23879
1 changed files with 1 additions and 1 deletions

View File

@ -41,6 +41,6 @@
{{ define "hero-more" }}
{{ with site.GetPage "section" "docs/tutorials/kubernetes-basics" }}
<a href="{{ .RelPermalink }}" id="quickstartButton" class="button">{{ .LinkTitle }}</a>
<a href="{{ .RelPermalink }}"><button id="quickstartButton" class="button">{{ .LinkTitle }}</button></a>
{{ end }}
{{ end }}