Skip to content

Commit

Permalink
Added beta symbol to UI mode options
Browse files Browse the repository at this point in the history
  • Loading branch information
lieselwd committed May 18, 2020
1 parent 56f2ba4 commit 1d2f2dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/dashboard/me/preferences.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
@csrf
<div class="d-flex flex-row justify-content-between">
<div>
<h4 class="font-weight-bold blue-text">UI Mode</h4>
<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>
</div>
<div style="width: 25%;">
<select name="ui_mode" id="" class="form-control">
Expand Down

0 comments on commit 1d2f2dd

Please sign in to comment.