Removed an unused option.

This commit is contained in:
wermos 2025-02-27 13:41:40 +05:30
parent 96a116a8b0
commit 525e4b5547
No known key found for this signature in database
GPG key ID: 8CBC132DB3E00784

View file

@ -2,7 +2,6 @@
{{ $header := .Get "header" }}
{{ $badge := .Get "badge" }}
{{ $subheader := .Get "subheader" }}
{{ $text := .Get "text" }}
<li>
<div class="flex flex-start">
<div class="bg-primary-500 dark:bg-primary-300 text-neutral-50 dark:text-neutral-700 min-w-[30px] h-8 text-2xl flex items-center justify-center rounded-full -ml-12 mt-5">
@ -17,7 +16,7 @@
{{ end }}
{{ if $badge }}
<h3 class="">
{{ partial "badge" $badge}}
{{ partial "badge" $badge}}
</h3>
{{ end }}
</div>