remove outdated check, refactor tasks

This commit is contained in:
2023-12-04 19:42:04 -07:00
parent 0bbadfec6d
commit 1127d7079b
4 changed files with 5 additions and 10 deletions

View File

@@ -11,7 +11,7 @@
class="text-lg text-center px-2 py-1 absolute -left-2 -top-1"
><fa icon="chevron-left" class="fa-fw"></fa
></router-link>
[New/Edit] Plan
[New/Edit] Idea
</h1>
</div>
@@ -24,7 +24,7 @@
<input
type="text"
placeholder="Project Name"
placeholder="Idea Name"
class="block w-full rounded border border-slate-400 mb-4 px-3 py-2"
v-model="projectName"
/>