Skip to content

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jason5ng32 committed Jan 12, 2025
1 parent 134fc2f commit 8b781f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/widgets/Shell.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
aria-label="Shell" data-bs-target="#Shell" @click="openModal" v-tooltip="t('Tooltips.Shell')"><i
class="bi bi-terminal"></i></button>
<!-- Shell Modal -->
<div class="modal fade" id="Shell" tabindex="-1" aria-labelledby="Shell">
<div class="modal fade" id="Shell" tabindex="-1" aria-labelledby="Shell" aria-hidden="false">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content" :class="{ 'dark-mode dark-mode-border': isDarkMode }">
<div class="modal-header" :class="{ 'dark-mode-border': isDarkMode }">
Expand Down

0 comments on commit 8b781f8

Please sign in to comment.