fix: remove inline SVG data URI from template attr (breaks Go template engine)
This commit is contained in:
parent
9368261ce2
commit
34319eef07
|
|
@ -3,7 +3,7 @@
|
|||
<a href="/app/projects" class="text-2xl font-bold text-white tracking-tight"><span class="text-[#c9a84c]">Deal</span>space</a>
|
||||
<span class="text-white/20 text-lg">/</span>
|
||||
<select id="projectSwitcher" onchange="switchProject(this.value)"
|
||||
class="bg-transparent border-none outline-none text-xl font-semibold text-white cursor-pointer appearance-none pr-6 focus:outline-none" style="background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 2px center">
|
||||
class="bg-transparent border-none outline-none text-xl font-semibold text-white cursor-pointer focus:outline-none">
|
||||
<option id="projectName" value="">Loading...</option>
|
||||
</select>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue