We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f2ba4 commit 1d2f2ddCopy full SHA for 1d2f2dd
resources/views/dashboard/me/preferences.blade.php
@@ -22,8 +22,8 @@
22
@csrf
23
<div class="d-flex flex-row justify-content-between">
24
<div>
25
- <h4 class="font-weight-bold blue-text">UI Mode</h4>
26
- <p>Do you live on the light ☀ or the dark 🌙 side?</p>
+ <h4 class="font-weight-bold blue-text">UI Mode <span class="badge blue">BETA</span></h4>
+ <p>Do you live on the light ☀ or the dark 🌙 side? (Dark mode is not yet complete)</p>
27
</div>
28
<div style="width: 25%;">
29
<select name="ui_mode" id="" class="form-control">
0 commit comments