Dashboard Logo
-
The Logo component can be found in the
templates/components/widget/logo.hbswith your own logo SVG image OR logo image URL. -
Then user has to call logo component wherever logo has to show eg.
{{> partials/components/widget/logo }}
You can add a image URL icon to your Website using the following code:
<div class="logo-main">
<img class="logo-normal img-fluid mb-3" src="../../../assets/images/logo.png" height="30" alt="logo">
<span class="ms-2 brand-name">XRay</span>
</div>
You can call logo component wherever logo has to show:
{{> components/widgets/logo}}