Fix linting error

This commit is contained in:
Dries Augustyns
2025-12-04 20:17:56 +01:00
parent ec70d50b39
commit b4b7cc78f1
+1 -1
View File
@@ -60,7 +60,7 @@ export default function CreateProject() {
<div className={'flex flex-col gap-6 max-w-2xl w-full'}>
<div className="text-center mb-2">
<h1 className="text-3xl font-bold mb-2">Welcome to Plunk</h1>
<p className="text-neutral-600">Choose how you'd like to get started</p>
<p className="text-neutral-600">Choose how you&#39;d like to get started</p>
</div>
<div className="grid md:grid-cols-2 gap-6">