Skip to content

Commit

Permalink
feat(editor): added more helpful headlines
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonnx committed Dec 3, 2023
1 parent 11a8071 commit dbc8a6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 2 additions & 5 deletions resources/views/components/editor.blade.php
Expand Up @@ -11,20 +11,17 @@
<div class="mb-8">
<h2 class="font-bold text-xl mb-4">Pick what you want to create:</h2>
<x-editor.experience-selector />

</div>

{{-- CREATOR EXPERIENCES --}}
<div class="mb-9">
{{-- PIN WITH TEXT --}}
<div>
<h2 class="font-bold text-xl mb-4">
Customize your marker:
</h2>

{{-- ICON --}}
<x-editor.input-icon-select change-event="icon-changed" />

<div class="grid grid-cols-3 gap-8">
<div class="md:grid grid-cols-3 gap-8">
<div class="col-span-1">
<x-editor.input-color-select change-event="color-changed" default="#333" />
</div>
Expand Down
@@ -1,6 +1,7 @@
<div
{{ $attributes->merge(['class' => 'mb-8 w-full']) }}
x-data="InputIconSelect()">
<label for="" class="block font-bold mb-1">Select Icon</label>
<select class="w-full" x-ref="select"></select>
</div>

Expand Down

0 comments on commit dbc8a6c

Please sign in to comment.