From 731f9e08a900029e9988795ac6712f0c62acf261 Mon Sep 17 00:00:00 2001 From: eshanized Date: Fri, 27 Dec 2024 21:18:17 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20refactor(=5Flogo):=20change=20to?= =?UTF-8?q?=20svg=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Logo.tsx | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/src/components/Logo.tsx b/src/components/Logo.tsx index 4b47b3b..5a2f0bd 100644 --- a/src/components/Logo.tsx +++ b/src/components/Logo.tsx @@ -1,16 +1,28 @@ -import React from 'react'; -import { Database } from 'lucide-react'; - export function Logo() { return (
+ {/* Replace this SVG with your custom logo */}
- + + + +

Snigdha OS Package List

-

Browse and search through the official Snigdha OS package repository

+

+ Browse and search through the official Snigdha OS package repository +

); -} \ No newline at end of file +}