Add 'Test mode' switch to the profile dropdown

This commit is contained in:
Alex Turchyn
2024-12-30 23:26:48 +02:00
committed by Pete Matsyburka
parent 616aced4e4
commit 19b5a07bac
8 changed files with 44 additions and 28 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<div class="hidden md:flex alert py-1 text-sm font-medium gap-x-2 whitespace-nowrap">
<a href="<%= testing_api_settings_path %>" data-turbo-frame="modal" class="link font-semibold flex">
<%= svg_icon('code_circle', class: 'w-5 h-5 mr-1') %>
<span><%= t('testing_environment') %></span>
<span><%= t('test_mode') %></span>
</a>
<span>
|