We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76fadcd commit e6af9ecCopy full SHA for e6af9ec
resources/views/studio/theme.blade.php
@@ -276,6 +276,7 @@ function updateicon() {
276
}catch(Exception $ex){}
277
?>
278
279
+@endif
280
@endif
281
282
@if(env('ALLOW_CUSTOM_BACKGROUNDS') == true)
@@ -303,6 +304,7 @@ function updateicon() {
303
304
</form>
305
306
307
+@if(auth()->user()->role == 'admin')
308
<br><br><br>
309
<form action="{{ route('editTheme') }}" enctype="multipart/form-data" method="post">
310
@csrf
0 commit comments