fix: correct logo filename (#1805)

This commit is contained in:
TheCatLady
2021-06-17 08:09:20 -04:00
committed by GitHub
parent 4ded414aed
commit f95be832f9

View File

@@ -48,7 +48,7 @@ const ResetPassword: React.FC = () => {
<LanguagePicker />
</div>
<div className="relative z-40 px-4 sm:mx-auto sm:w-full sm:max-w-md">
<img src="/logo_stacked.png" className="max-w-full mb-10" alt="Logo" />
<img src="/logo_stacked.svg" className="max-w-full mb-10" alt="Logo" />
<h2 className="mt-2 text-3xl font-extrabold leading-9 text-center text-gray-100">
{intl.formatMessage(messages.resetpassword)}
</h2>