Fix sentence

This commit is contained in:
Salim B
2023-10-06 04:19:23 +02:00
committed by GitHub
parent efb1033553
commit caaf903160

View File

@@ -12,7 +12,7 @@ export default function NotFound() {
<div className="flex flex-col items-center space-y-3 text-slate-300">
<QuestionMarkCircleIcon className="h-20 w-20" />,
<h1 className="text-4xl font-bold text-slate-800">Survey not found.</h1>
<p className="text-lg leading-10 text-gray-500">There is not survey with this ID.</p>
<p className="text-lg leading-10 text-gray-500">There is no survey with this ID.</p>
<Button variant="darkCTA" className="mt-2" href="https://formbricks.com">
Create your own
</Button>