mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix logo.
This commit is contained in:
@@ -18,7 +18,7 @@ const Logo: FunctionComponent<ComponentProps> = (
|
||||
props.onClick && props.onClick();
|
||||
}}
|
||||
imageUrl={Route.fromString(
|
||||
`/dashboard/public/${OneUptimeLogo}`
|
||||
`${OneUptimeLogo}`
|
||||
)}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user