feat: new logo, who dis? (#1802)

This commit is contained in:
sct
2021-06-17 20:46:40 +09:00
committed by GitHub
parent 910d00c195
commit beb5637d9f
57 changed files with 107 additions and 50 deletions

View File

@@ -77,8 +77,8 @@ const Login: React.FC = () => {
<div className="absolute z-50 top-4 right-4">
<LanguagePicker />
</div>
<div className="relative z-40 px-4 sm:mx-auto sm:w-full sm:max-w-md">
<img src="/logo.png" className="max-w-full" alt="Logo" />
<div className="relative z-40 flex flex-col items-center px-4 mt-10 sm:mx-auto sm:w-full sm:max-w-md">
<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.signinheader)}
</h2>