From 79dc1eb362c79f689904ee064b01afdd5ad34aed Mon Sep 17 00:00:00 2001 From: Replit Agent Date: Fri, 5 Jun 2026 22:11:27 +0000 Subject: [PATCH] Add official logos to the footer of the application Import and display SDAIA and Vision 2030 logos in the application's footer, replacing the previous text-based representations. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 1fa9329f-0cec-4a2f-80e8-e26dbae3142e Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: f4d4d627-d5c1-43d8-8379-fbef1b073923 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/4d696b13-86f2-4c9d-be0d-95b293430047/1fa9329f-0cec-4a2f-80e8-e26dbae3142e/KqsHNcc Replit-Helium-Checkpoint-Created: true --- .../src/components/layout/AppLayout.tsx | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/artifacts/ehsan-poc/src/components/layout/AppLayout.tsx b/artifacts/ehsan-poc/src/components/layout/AppLayout.tsx index 44d3001..732035e 100644 --- a/artifacts/ehsan-poc/src/components/layout/AppLayout.tsx +++ b/artifacts/ehsan-poc/src/components/layout/AppLayout.tsx @@ -3,6 +3,8 @@ import { Link } from "wouter"; import { Phone, Apple, Play } from "lucide-react"; import { Header } from "./Header"; import { useLanguage } from "../../contexts/LanguageContext"; +import sdaiaLogo from "@assets/sdaia-white-logo_1780696938873.png"; +import vision2030Logo from "@assets/2030_1780696934734.svg"; function XIcon({ className = "" }: { className?: string }) { return ( @@ -122,15 +124,17 @@ export function AppLayout({ children }: { children: ReactNode }) { {/* Bottom bar */}
-
- SDAIA - {f.sdaiaSubtitle} -
+ {f.sdaiaSubtitle}

{f.rights} © {new Date().getFullYear()}