Fix error.svg URL

pull/2144/head^2
Bailey Pumfleet 2022-03-14 11:59:05 +00:00
parent fd6b2c57cb
commit f2e0f00f93
1 changed files with 3 additions and 3 deletions

View File

@ -11,10 +11,10 @@ export default function Error500() {
</Head> </Head>
<div className="m-auto text-center"> <div className="m-auto text-center">
<h1 className="font-cal text-[250px] text-gray-900"> <h1 className="font-cal text-[250px] text-gray-900">
5<img src="error.svg" className="-mt-10 inline w-60" />0 5<img src="/error.svg" className="inline -mt-10 w-60" />0
</h1> </h1>
<h2 className="-mt-16 mb-2 text-3xl text-gray-600">It&apos;s not you, it&apos;s us.</h2> <h2 className="mb-2 -mt-16 text-3xl text-gray-600">It&apos;s not you, it&apos;s us.</h2>
<p className="mb-4 max-w-2xl text-gray-500"> <p className="max-w-2xl mb-4 text-gray-500">
Something went wrong on our end. Get in touch with our support team, and well get it fixed right Something went wrong on our end. Get in touch with our support team, and well get it fixed right
away for you. away for you.
</p> </p>