Skip to content
Snippets Groups Projects
Commit edb2b172 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

fix: Update bootstrap class for toggle

parent 81d66fd9
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@
</router-link>
</li>
<li class="nav-item">
<a class="vips-btn" data-toggle="collapse" href="#divAbout" aria-expanded="false"
<a class="vips-btn" data-bs-toggle="collapse" href="#divAbout" aria-expanded="false"
aria-controls="divAbout">{{ $t("about.header") }}</a>
<div class="collapse" id="divAbout">
<div v-html="$t('about.text')"></div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment