Skip to content

Commit 1423758

Browse files
authored
Merge pull request #43969 from Gauravpadam/quickstartbutton_fix
Fix visibility of "Learn Kubernetes Basics" button on homepage
2 parents 8dc6c1f + be49f23 commit 1423758

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)