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 -}}
|
{{- else -}}
|
||||||
{{ $url = ref .Page $url }}
|
{{ $url = ref .Page $url }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
<div class="button not-prose">
|
<a class="button not-prose" href="{{ $url }}">{{ $text }}</a>
|
||||||
<a href="{{ $url }}">{{ $text }}</a>
|
|
||||||
</div>
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue