Skip to content

Commit be49f23

Browse files
committed
Fixes quickstart button hover
1 parent ee960b6 commit be49f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ <h5 style="text-align: center"><a href="https://us10.campaign-archive.com/home/?
4141

4242
{{ define "hero-more" }}
4343
{{ with site.GetPage "section" "docs/tutorials/kubernetes-basics" }}
44-
<a href="{{ .RelPermalink }}" id="quickstartButton" class="button">{{ .LinkTitle }}</a>
44+
<a href="{{ .RelPermalink }}"><button id="quickstartButton" class="button">{{ .LinkTitle }}</button></a>
4545
{{ end }}
4646
{{ end }}

0 commit comments

Comments
 (0)