Skip to content

Commit

Permalink
style: adjust language surrounding safe mode
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Jan 1, 2025
1 parent 8a1e78f commit 5229091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/safe-mode/safe-mode.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,15 @@
(click)="toggleSafeMode(safeModeSetting.DISABLED)"
class="inline-flex w-full justify-center rounded-md border border-transparent bg-red-600 px-4 py-2 text-base font-medium text-white shadow-sm hover:bg-red-700 focus:outline-none focus:ring-2 focus:ring-red-500 focus:ring-offset-2 sm:ml-3 sm:w-auto sm:text-sm"
>
Understood
Disable Safe Mode
</button>
<button
type="button"
data-testid="safemode-cancel"
(click)="toggleAlert()"
class="mt-3 inline-flex w-full justify-center rounded-md border border-gray-300 bg-white px-4 py-2 text-base font-medium text-gray-700 shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 sm:mt-0 sm:w-auto sm:text-sm"
>
Cancel
Keep Safe Mode On
</button>
</div>
</div>
Expand Down

0 comments on commit 5229091

Please sign in to comment.