Documentation
For Logo
-
The Logo component can be found in the
templates/partials/components/widget/logo.hbs
with your own logo SVG image OR logo image URL. -
Then user has to call logo component wherever logo has to show eg.
{
{> partials/components/logo }
}
You can add a image URL icon to your Website using the following code:
<img src="./assets/images/logo.png" alt="logo" class="img-fluid" loading="lazy">;