mirror of https://github.com/docker/docs.git
Merge pull request #22811 from Sujan-6905/fix-btn
Fix: make button shortcode fully clickable
This commit is contained in:
commit
46349c4988
|
|
@ -7,6 +7,4 @@
|
|||
{{- else -}}
|
||||
{{ $url = ref .Page $url }}
|
||||
{{- end -}}
|
||||
<div class="button not-prose">
|
||||
<a href="{{ $url }}">{{ $text }}</a>
|
||||
</div>
|
||||
<a class="button not-prose" href="{{ $url }}">{{ $text }}</a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue