Skip to content

Commit 7e2a572

Browse files
Merge pull request #515 from aziontech/storybook-azion-logo
fix: storybook logo azion
2 parents 2abb9e4 + a17cef7 commit 7e2a572

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

apps/storybook/.storybook/manager.js

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,22 @@ const azionTheme = create({
3434
inputBorderRadius: 4,
3535

3636
// Brand
37-
brandTitle: 'Azion WebKit',
38-
brandUrl: 'https://www.azion.com',
37+
brandTitle: `<svg width="90" height="18" viewBox="0 0 90 18" fill="none" xmlns="http://www.w3.org/2000/svg">
38+
<g clip-path="url(#clip0_4263_8239)">
39+
<path fill-rule="evenodd" clip-rule="evenodd" d="M86.637 0L85.1445 7.79033L87.861 11.1671L90 0H86.637ZM72.5099 0L69.1465 17.561H72.5111L74.8163 5.52224L84.5333 17.561H86.637L87.0518 15.4112L74.6131 0H72.5099Z" fill="#F3652B"/>
40+
<path fill-rule="evenodd" clip-rule="evenodd" d="M51.6563 0L48.293 17.561H65.7833L69.1466 0H51.6563ZM54.3884 3.31794H65.1392L63.0467 14.243H52.296L54.3884 3.31794Z" fill="#F3652B"/>
41+
<path fill-rule="evenodd" clip-rule="evenodd" d="M45.0001 0L41.707 17.561H44.9994L48.2924 0H45.0001Z" fill="#F3652B"/>
42+
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.217 0L23.5814 3.31801H35.1962L21.3511 14.9756L20.8535 17.561H38.3437L38.9793 14.243H27.3646L41.2126 2.58289L41.7072 0H24.217Z" fill="#F3652B"/>
43+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.2868 0L0.490892 14.9821L0 17.561H2.5639L16.349 5.96141L14.1271 17.561H17.4898L20.8537 0H18.2868Z" fill="#F3652B"/>
44+
</g>
45+
<defs>
46+
<clipPath id="clip0_4263_8239">
47+
<rect width="90" height="18" fill="white"/>
48+
</clipPath>
49+
</defs>
50+
</svg>
51+
`,
52+
brandUrl: 'https://webkit.azion.app',
3953
brandImage: undefined,
4054
brandTarget: '_self',
4155
});

0 commit comments

Comments
 (0)