fix: correct logo filename (#1805)

pull/1797/head
TheCatLady 3 years ago committed by GitHub
parent 4ded414aed
commit f95be832f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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>

Loading…
Cancel
Save