Update embed, homepage and project creation fixes (#356)

This commit is contained in:
Geometrically
2022-02-21 16:29:13 -07:00
committed by GitHub
parent 0146a077e8
commit b8b942cdae
4 changed files with 31 additions and 41 deletions

View File

@@ -22,6 +22,19 @@
</button>
</header>
<section class="card essentials">
<h3>Project type</h3>
<label>
<span class="no-padding">The project type of your project.</span>
<Multiselect
v-model="projectType"
placeholder="Select one"
:options="projectTypes"
:searchable="false"
:close-on-select="true"
:show-labels="false"
:allow-empty="false"
/>
</label>
<h3>Name</h3>
<label>
<span>
@@ -80,19 +93,6 @@
placeholder="Enter the vanity URL slug"
/>
</label>
<h3>Project type</h3>
<label>
<span class="no-padding">The project type of your project.</span>
<Multiselect
v-model="projectType"
placeholder="Select one"
:options="projectTypes"
:searchable="false"
:close-on-select="true"
:show-labels="false"
:allow-empty="false"
/>
</label>
</section>
<section class="card project-icon">
<h3>Icon</h3>