Skip to content

Commit 1d2f2dd

Browse files
committed
Added beta symbol to UI mode options
1 parent 56f2ba4 commit 1d2f2dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/dashboard/me/preferences.blade.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
@csrf
2323
<div class="d-flex flex-row justify-content-between">
2424
<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>
25+
<h4 class="font-weight-bold blue-text">UI Mode <span class="badge blue">BETA</span></h4>
26+
<p>Do you live on the light ☀ or the dark 🌙 side? (Dark mode is not yet complete)</p>
2727
</div>
2828
<div style="width: 25%;">
2929
<select name="ui_mode" id="" class="form-control">

0 commit comments

Comments
 (0)