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