Code edited in Lovable Code Editor

Edited UI in Lovable

Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 22:46:48 +00:00
co-authored by renee-png
parent 96f38b08c4
commit 59211a0f8d
3 changed files with 10 additions and 1 deletions
BIN
View File
Binary file not shown.
+9
View File
@@ -952,3 +952,12 @@ const rootRouteChildren: RootRouteChildren = {
export const routeTree = rootRouteImport
._addFileChildren(rootRouteChildren)
._addFileTypes<FileRouteTypes>()
import type { getRouter } from './router.tsx'
import type { createStart } from '@tanstack/react-start'
declare module '@tanstack/react-start' {
interface Register {
ssr: true
router: Awaited<ReturnType<typeof getRouter>>
}
}
+1 -1
View File
@@ -71,7 +71,7 @@ function LoginPage() {
<CardHeader className="space-y-2">
<div className="lg:hidden flex items-center gap-2 mb-2">
<Scale className="h-5 w-5 text-primary" />
<span className="font-serif text-lg">Counsel</span>
<span className="font-serif text-lg">Stage Law Firm, PLLC</span>
</div>
<CardTitle className="font-serif text-2xl">Sign in</CardTitle>
<CardDescription>Restricted access. Contact your administrator for credentials.</CardDescription>