Skip to content

Commit

Permalink
refactor: [PM-17180] Remove Bootstrap style from DeviceManagementComp…
Browse files Browse the repository at this point in the history
…onent

Replace Bootstrap styles with Tailwind equivalents in the DeviceManagementComponent to modernize the UI.
  • Loading branch information
alec-livefront authored Feb 11, 2025
1 parent 9f22a2f commit 65024a1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<bit-container>
<div class="tabbed-header">
<div class="tw-mt-6 tw-mb-2 tw-pb-2.5">
<div class="tw-flex tw-items-center tw-gap-2">
<h1>{{ "devices" | i18n }}</h1>
<h1 class="tw-m-0">{{ "devices" | i18n }}</h1>
<button
[bitPopoverTriggerFor]="infoPopover"
type="button"
Expand Down

0 comments on commit 65024a1

Please sign in to comment.