kenso war das
This commit is contained in:
@@ -86,7 +86,7 @@ export function Register() {
|
||||
</Badge>
|
||||
|
||||
<h2 className="text-4xl font-bold text-white mb-6">
|
||||
Start with EmailSorter today
|
||||
Start with MailFlow today
|
||||
</h2>
|
||||
|
||||
<ul className="space-y-4 mb-8">
|
||||
@@ -117,12 +117,15 @@ export function Register() {
|
||||
<div className="flex-1 flex items-center justify-center px-4 sm:px-6 lg:px-8 bg-white dark: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-slate-900 dark:text-slate-100">
|
||||
E-Mail-<span className="text-primary-600 dark: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-slate-900 dark:text-slate-100 ml-[5px]">
|
||||
Mail<span className="text-primary-600 dark:text-primary-400">Flow</span>
|
||||
</span>
|
||||
</Link>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user