From dd073b27bf458efdaacbbd5e2577a3d40e39b5a8 Mon Sep 17 00:00:00 2001 From: mathiskirchner Date: Thu, 18 Dec 2025 20:09:18 +0000 Subject: [PATCH] change generated svg to real png logo --- src/components/BrandLogo.jsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/components/BrandLogo.jsx b/src/components/BrandLogo.jsx index 7fa761e..e91598d 100644 --- a/src/components/BrandLogo.jsx +++ b/src/components/BrandLogo.jsx @@ -1,8 +1,10 @@ -import React from 'react'; +import React from "react"; export const BrandLogo = ({ className = "w-12 h-12" }) => ( - - - - -); + Liquid Development logo +); \ No newline at end of file