commit-2
This commit is contained in:
@@ -29,7 +29,7 @@ export default async function HomePage() {
|
|||||||
<AppShell>
|
<AppShell>
|
||||||
<div className="space-y-6">
|
<div className="space-y-6">
|
||||||
<header className="flex flex-col gap-4 pt-2 sm:flex-row sm:items-center">
|
<header className="flex flex-col gap-4 pt-2 sm:flex-row sm:items-center">
|
||||||
<div className="flex h-16 w-16 shrink-0 items-center justify-center rounded-2xl bg-white p-3 shadow-glow">
|
<div className="h-16 w-16 shrink-0">
|
||||||
<Image
|
<Image
|
||||||
src="/4tech_logo.png"
|
src="/4tech_logo.png"
|
||||||
alt="4TECH logo"
|
alt="4TECH logo"
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ export default async function LoginPage() {
|
|||||||
<div className="w-full max-w-md">
|
<div className="w-full max-w-md">
|
||||||
<GlassCard className="p-7 sm:p-8">
|
<GlassCard className="p-7 sm:p-8">
|
||||||
<div className="mb-8 text-center">
|
<div className="mb-8 text-center">
|
||||||
<div className="mx-auto mb-4 flex h-20 w-20 items-center justify-center rounded-2xl bg-white p-3 shadow-glow">
|
<div className="mx-auto mb-4 h-20 w-20">
|
||||||
<Image
|
<Image
|
||||||
src="/4tech_logo.png"
|
src="/4tech_logo.png"
|
||||||
alt="4TECH logo"
|
alt="4TECH logo"
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ export async function AppShell({ children }: { children: React.ReactNode }) {
|
|||||||
<div className="mx-auto flex min-h-screen w-full max-w-7xl flex-col gap-6 p-4 md:flex-row md:p-6">
|
<div className="mx-auto flex min-h-screen w-full max-w-7xl flex-col gap-6 p-4 md:flex-row md:p-6">
|
||||||
<aside className="glass flex h-fit flex-col rounded-2xl p-4 md:sticky md:top-6 md:w-64">
|
<aside className="glass flex h-fit flex-col rounded-2xl p-4 md:sticky md:top-6 md:w-64">
|
||||||
<Link href="/home" className="mb-6 flex items-center gap-3">
|
<Link href="/home" className="mb-6 flex items-center gap-3">
|
||||||
<div className="flex h-12 w-12 items-center justify-center rounded-2xl bg-white p-2 shadow-glow">
|
<div className="h-12 w-12 shrink-0">
|
||||||
<Image
|
<Image
|
||||||
src="/4tech_logo.png"
|
src="/4tech_logo.png"
|
||||||
alt="4TECH logo"
|
alt="4TECH logo"
|
||||||
|
|||||||
Reference in New Issue
Block a user