adminforth 2.44.0-next.2 → 2.44.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
</ul>
|
|
166
166
|
|
|
167
167
|
|
|
168
|
-
<div id="dropdown-cta" class="p-4 mt-6 w-[
|
|
168
|
+
<div id="dropdown-cta" class="p-4 mt-6 w-[14.375rem] rounded-lg bg-lightAnnouncementBG dark:bg-darkAnnouncementBG
|
|
169
169
|
fill-lightAnnouncementText dark:fill-darkAccent text-lightAnnouncementText dark:text-darkAccent text-sm" role="alert"
|
|
170
170
|
v-if="(ctaBadge && !isSidebarIconOnly) || (ctaBadge && isSidebarIconOnly && isSidebarHovering)"
|
|
171
171
|
>
|
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
</svg>
|
|
189
189
|
</button>
|
|
190
190
|
</div>
|
|
191
|
-
<p class="mb-3 text-sm
|
|
191
|
+
<p class="mb-3 text-sm" v-if="ctaBadge.html" v-html="ctaBadge.html"></p>
|
|
192
192
|
<p class="mb-3 text-sm fill-lightNavbarText dark:fill-darkPrimary text-lightNavbarText dark:text-darkNavbarPrimary" v-else>
|
|
193
193
|
{{ ctaBadge.text }}
|
|
194
194
|
</p>
|