Added API for TTS Username Filters

This commit is contained in:
Tom
2024-01-02 18:00:11 +00:00
parent d49779e76f
commit c3e1c1cb60
5 changed files with 144 additions and 123 deletions

View File

@ -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>
)
}

View File

@ -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>