Skip to content

Commit

Permalink
fix playwright tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Sep 30, 2024
1 parent 192db2a commit ea71f86
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion sites/main-site/src/components/ThemeSwitch.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,13 @@
</script>

<div class="dropdown" title="Change theme" data-bs-toggle="tooltip" data-bs-placement="bottom">
<button class="nav-link dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false">
<button
class="nav-link dropdown-toggle"
type="button"
data-bs-toggle="dropdown"
aria-expanded="false"
title="Change theme button"
>
<i class="theme-icon-light" class:d-none={theme !== 'light'}>
<slot name="light" />
</i>
Expand Down

0 comments on commit ea71f86

Please sign in to comment.