summaryrefslogtreecommitdiff
path: root/views/controls/editor/settings.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/editor/settings.ejs')
-rw-r--r--views/controls/editor/settings.ejs10
1 files changed, 5 insertions, 5 deletions
diff --git a/views/controls/editor/settings.ejs b/views/controls/editor/settings.ejs
index e4ec7ee..ed587fa 100644
--- a/views/controls/editor/settings.ejs
+++ b/views/controls/editor/settings.ejs
@@ -27,11 +27,11 @@
<div class="radio-group">
<input id="privacy_private" class="radio-group__option" type="radio" name="privacy" value="public" checked>
<label class="radio-group__label" for="privacy_private">
- Everyone
+ Public
</label>
<input id="privacy_public" class="radio-group__option" type="radio" name="privacy" value="private">
<label class="radio-group__label" for="privacy_public">
- Just for me
+ Private
</label>
</div>
</div>
@@ -39,8 +39,8 @@
<button data-role="save-project">Save</button>
</div>
<div class="setting subButtons">
- <a href="#" data-role="clear-project">Clear</a>
- <a href="#" data-role="clone-project">Clone</a>
- <a href="#" data-role="destroy-project">Delete</a>
+ <a href="#" data-role="clear-project" class="btn">Clear</a>
+ <a href="#" data-role="clone-project" class="btn">Clone</a>
+ <a href="#" data-role="destroy-project" class="btn warn">Delete Room</a>
</div>
</div>