Skip to content

Commit

Permalink
update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n committed Aug 23, 2024
1 parent e1f495a commit 29f5a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/plugins/AppLogo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ const useStyles = makeStyles((theme) => ({

export default function AppLogo() {
const classes = useStyles();
const logoPath = getBasename() + 'logo.svg';
const logoPath = 'https://assets.conductor-oss.org/logo.png';
return <img src={cleanDuplicateSlash(logoPath)} alt="Conductor" className={classes.logo} />;
}

0 comments on commit 29f5a9a

Please sign in to comment.