Fix the timing/loading issues with branding when navigating the site
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div>
|
||||
<div class="shadow-lg rounded-2xl mt-2 ">
|
||||
<div class="relative z-20">
|
||||
<div class="min-h-8 rounded-t-2xl shadow-lg" :style="{ backgroundColor: branding.value.colors.primary}"></div>
|
||||
<div class="min-h-8 rounded-t-2xl shadow-lg" :style="{ backgroundColor: branding.colors.primary}"></div>
|
||||
<!--Banner-->
|
||||
<div class="relative">
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user