fix(settings.tpl): remove useless attribute

This commit is contained in:
Diptesh Choudhuri 2023-01-25 05:03:57 +00:00
parent 974e4c39fa
commit db89d30cda
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@
<div class="mb-8">
<h3 class="inline-block font-semibold text-gray-300">Your labels</h3>
{{ range $i, $label := .Labels }}
<div class="flex items-center" data-element-type="label">
<div class="flex items-center">
<div class="text-gray-500 border-1 w-full border-green-700 inline-block my-1 py-1 text-align text-sm"
style="line-height: 1.8">
&#9656;&nbsp;&nbsp;<span class="font-semibold text-gray-300">{{ $label.Key }}:</span>