update bootstrap to version 5 (#158)

* chore: update bootstrap to version 5

* chore: fix lint

* merge master

* update components to use bootstrap 5
This commit is contained in:
Juan Sebastian velez Posada
2024-01-15 08:56:17 -05:00
committed by GitHub
parent ca79adc4e5
commit 3406e1c647
19 changed files with 3469 additions and 3278 deletions

View File

@@ -30,22 +30,22 @@ describe('MainList', () => {
class="list-group"
>
<a
class="list-group-item"
class="list-group-item text-body-secondary"
href="#"
>
<i
class="fa fa-fw fa-cogs"
class="fa fa-fw fa-cogs me-2"
/>
Options
</a>
<a
class="list-group-item"
class="list-group-item text-body-secondary"
href="https://wakatime.com/login"
rel="noreferrer"
target="_blank"
>
<i
class="fa fa-fw fa-sign-in"
class="fa fa-fw fa-sign-in me-2"
/>
Login
</a>