refactor: change brand logos
This commit is contained in:
@@ -4,11 +4,16 @@
|
||||
:minimize="minimize"
|
||||
:show.sync="show"
|
||||
>
|
||||
<CSidebarBrand
|
||||
:imgFull="{ width: 118, height: 46, alt: 'Logo', src: 'img/brand/coreui-base-white.svg'}"
|
||||
:imgMinimized="{ width: 118, height: 46, alt: 'Logo', src: 'img/brand/coreui-signet-white.svg'}"
|
||||
:wrappedInLink="{ href: 'https://coreui.io/', target: '_blank'}"
|
||||
/>
|
||||
<CSidebarBrand class="d-md-down-none" to="/">
|
||||
<CIcon
|
||||
class="d-block"
|
||||
name="logo"
|
||||
size="custom-size"
|
||||
:height="35"
|
||||
:viewBox="`0 0 ${minimize ? 110 : 556} 134`"
|
||||
/>
|
||||
</CSidebarBrand>
|
||||
|
||||
<CRenderFunction flat :content-to-render="nav"/>
|
||||
<CSidebarMinimizer
|
||||
class="d-md-down-none"
|
||||
|
||||
Reference in New Issue
Block a user