kenso war das
This commit is contained in:
@@ -36,12 +36,15 @@ export function Login() {
|
||||
<div className="flex-1 flex items-center justify-center px-4 sm:px-6 lg:px-8 bg-slate-900">
|
||||
<div className="w-full max-w-md">
|
||||
{/* Logo */}
|
||||
<Link to="/" className="flex items-center gap-2 mb-8">
|
||||
<div className="w-10 h-10 rounded-xl bg-gradient-to-br from-primary-500 to-primary-700 flex items-center justify-center">
|
||||
<Mail className="w-5 h-5 text-white" />
|
||||
</div>
|
||||
<span className="text-xl font-bold text-white">
|
||||
E-Mail-<span className="text-primary-400">Sorter</span>
|
||||
<Link to="/" className="flex items-center mb-8 leading-none">
|
||||
<img
|
||||
src="/logo.png"
|
||||
alt="MailFlow Logo"
|
||||
className="w-24 h-24 rounded-xl object-contain pr-[5px] block"
|
||||
style={{ display: 'block', margin: 0, padding: 0 }}
|
||||
/>
|
||||
<span className="text-xl font-bold text-white ml-[5px]">
|
||||
Mail<span className="text-primary-400">Flow</span>
|
||||
</span>
|
||||
</Link>
|
||||
|
||||
@@ -133,7 +136,7 @@ export function Login() {
|
||||
Your inbox under control
|
||||
</h2>
|
||||
<p className="text-primary-100">
|
||||
Thousands of users already trust EmailSorter for more productive email communication.
|
||||
Thousands of users already trust MailFlow for more productive email communication.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user