mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-16 00:00:21 -04:00
💄 Fix style issue with button shortcode
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<button
|
||||
class="px-4 py-1 !text-white !no-underline rounded-md bg-primary-600 hover:!bg-primary-500 dark:bg-primary-800 dark:hover:!bg-primary-700"
|
||||
<a
|
||||
class="px-4 py-2 !text-white !no-underline !rounded-md bg-primary-600 hover:!bg-primary-500 dark:bg-primary-800 dark:hover:!bg-primary-700"
|
||||
{{ with .Get "href" }}href="{{ . }}"{{ end }}
|
||||
{{ with .Get "target" }}target="{{ . }}"{{ end }}
|
||||
role="button"
|
||||
>
|
||||
{{ .Inner }}
|
||||
</button>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user