mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-03 00:29:10 +00:00
💡add comment
This commit is contained in:
@@ -45,6 +45,8 @@ export default function BrandingLogo(props: BrandingLogoProps) {
|
||||
setPath(props.logoPath ?? getPath());
|
||||
}, [theme, env, props.logoPath]);
|
||||
|
||||
// we use `img` tag here because the `logoPath` could be any URL
|
||||
// and next.js `Image` component only accepts a restricted number of domains
|
||||
const Component = props.logoPath ? "img" : Image;
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user