feat: add feature plugin tests and validation for feature flags
This commit is contained in:
@@ -1 +1,12 @@
|
||||
SHARED_FAVICON
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
||||
<!-- Shared favicon: inherited by every brand (only logo.svg is overridden per brand). -->
|
||||
<defs>
|
||||
<linearGradient id="fav" x1="0" y1="0" x2="1" y2="1">
|
||||
<stop offset="0" stop-color="#6366f1"/>
|
||||
<stop offset="1" stop-color="#a855f7"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="32" height="32" rx="8" fill="url(#fav)"/>
|
||||
<rect x="8" y="8" width="11" height="11" rx="3" fill="#fff" opacity="0.55"/>
|
||||
<rect x="13" y="13" width="11" height="11" rx="3" fill="#fff"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 14 B After Width: | Height: | Size: 588 B |
Reference in New Issue
Block a user