From 093893ba5028fdabf18555680c0ab0b85a3e9a4c Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Sun, 5 Oct 2025 20:46:51 +0300 Subject: [PATCH] fix: update logo image path to use pathCombine utility for consistency --- src/frontend/src/App.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/frontend/src/App.tsx b/src/frontend/src/App.tsx index ff8e296..c12a154 100644 --- a/src/frontend/src/App.tsx +++ b/src/frontend/src/App.tsx @@ -7,6 +7,7 @@ import ExternalLinks from './components/ExternalLinks'; import BitipAPI from './services/api'; import './App.css'; import config from '@/services/config'; +import { pathCombine } from './utils'; interface VersionInfo { version: string; @@ -39,7 +40,7 @@ const App: React.FC = () => {

Bitip Logo