Added API for TTS Username Filters
This commit is contained in:
@ -3,9 +3,8 @@ import { CardWrapper } from "./card-wrapper"
|
||||
export const LoginForm = () => {
|
||||
return (
|
||||
<CardWrapper
|
||||
headerLabel="Welcome back"
|
||||
>
|
||||
Login Form
|
||||
headerLabel="Welcome back">
|
||||
<div></div>
|
||||
</CardWrapper>
|
||||
)
|
||||
}
|
@ -12,7 +12,7 @@ const SettingsNavigation = async () => {
|
||||
</div>
|
||||
|
||||
<div className="flex h-full z-20 inset-y-1/3 w-full">
|
||||
<ul className="rounded-lg shadow-md pl-[25px] flex flex-col w-full justify-between rounded-md text-center align-center">
|
||||
<ul className="rounded-lg shadow-md pl-[25px] flex flex-col w-full justify-between text-center align-center">
|
||||
<li className="text-xs text-gray-400">
|
||||
Settings
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user