fix(components): replace initialization of components to prevent overrides
This commit is contained in:
parent
37a1551699
commit
8cbd097389
4 changed files with 6 additions and 6 deletions
|
|
@ -16,7 +16,7 @@
|
|||
<body transition:animate="fade">
|
||||
{% include "partials/header.html" %}
|
||||
<main>
|
||||
<nav class="msp-d-flex msp-justify-content-end">
|
||||
<nav class="msp-d-sm-none msp-d-flex msp-justify-content-end">
|
||||
<button class="msp-offcanvas-toggle" data-msp-target="#main-offcanvas">Toggle</button>
|
||||
</nav>
|
||||
{% block content %}{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue