mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 07:25:19 +02:00
use fancier logo and remove ask the advisor notif settings
This commit is contained in:
parent
6323495738
commit
093949f447
3 changed files with 6 additions and 12 deletions
|
@ -48,10 +48,10 @@ export default function LoginPage() {
|
|||
<div className="bg-black bg-opacity-75 p-8 rounded-3xl w-full h-full items-center flex flex-col radial-gradient-background-dark">
|
||||
<img
|
||||
className="mb-8"
|
||||
src="/assets/maybe.svg"
|
||||
src="/assets/maybe-box.svg"
|
||||
alt="Maybe Finance Logo"
|
||||
height={140}
|
||||
width={140}
|
||||
height={120}
|
||||
width={120}
|
||||
/>
|
||||
<form className="space-y-4 w-full px-4" onSubmit={onSubmit}>
|
||||
<Input
|
||||
|
|
|
@ -56,10 +56,10 @@ export default function RegisterPage() {
|
|||
<div className="bg-black bg-opacity-75 p-8 rounded-3xl w-full h-full items-center flex flex-col radial-gradient-background-dark">
|
||||
<img
|
||||
className="mb-8"
|
||||
src="/assets/maybe.svg"
|
||||
src="/assets/maybe-box.svg"
|
||||
alt="Maybe Finance Logo"
|
||||
height={140}
|
||||
width={140}
|
||||
height={120}
|
||||
width={120}
|
||||
/>
|
||||
<form className="space-y-4 w-full px-4" onSubmit={onSubmit}>
|
||||
<Input
|
||||
|
|
|
@ -35,7 +35,6 @@ export default function SettingsPage() {
|
|||
>
|
||||
<Tab.List>
|
||||
<Tab>Details</Tab>
|
||||
<Tab>Notifications</Tab>
|
||||
<Tab>Security</Tab>
|
||||
<Tab>Billing</Tab>
|
||||
</Tab.List>
|
||||
|
@ -43,11 +42,6 @@ export default function SettingsPage() {
|
|||
<Tab.Panel>
|
||||
<UserDetails />
|
||||
</Tab.Panel>
|
||||
<Tab.Panel>
|
||||
<div className="mt-6 max-w-lg text-base">
|
||||
<GeneralPreferences />
|
||||
</div>
|
||||
</Tab.Panel>
|
||||
<Tab.Panel>
|
||||
<div className="mt-6 max-w-lg">
|
||||
<SecurityPreferences />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue