Skip to content

Commit dfe8b22

Browse files
committed
feat(editor): limit editor to icon experience only for now
will unlock more experiences once they are working
1 parent 5ac352d commit dfe8b22

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

resources/views/components/editor.blade.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<div class="md:col-span-2 text-left p-10 rounded-lg" style="background: linear-gradient(145deg, #0f0f10, #171719, #171719, #171719);">
99

1010
{{-- EDITOR ICON STYLE SELECTOR --}}
11-
<div class="mb-8">
11+
{{-- <div class="mb-8">
1212
<h2 class="font-bold text-xl mb-4">Pick what you want to create:</h2>
1313
<x-editor.experience-selector />
14-
</div>
14+
</div> --}}
1515

1616
{{-- CREATOR EXPERIENCES --}}
1717
<div class="mb-9">
@@ -54,8 +54,6 @@
5454
<div class="bg-gray-200 p-12 rounded-lg">
5555
<img x-cloak :src="iconUrl()" alt="Preview" class="block mx-auto" />
5656
</div>
57-
58-
<div x-text="'Test: '+iconUrl()" class="text-white"></div>
5957
</div>
6058
</div>
6159
</div>

0 commit comments

Comments
 (0)