mirror of
https://github.com/basicswap/basicswap.git
synced 2025-01-22 10:34:34 +00:00
ui: Setting, Add warning for debug enabled.
This commit is contained in:
parent
b9bacb9988
commit
3009cacdb2
1 changed files with 7 additions and 0 deletions
|
@ -281,6 +281,13 @@
|
|||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tr>
|
||||
<td colspan="2" class="py-3 px-6">
|
||||
<div class="flex items-center">
|
||||
<span class="text-red-500 dark:text-red-500 text-sm font-medium">WARNING: Advanced features - Only enable if you know what you're doing!</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="opacity-100 text-gray-500 dark:text-gray-100">
|
||||
<td class="py-3 px-6 bold w-96 bold">Debug Mode</td>
|
||||
<td class="py-3 px-6">
|
||||
|
|
Loading…
Reference in a new issue