Skip to content

Commit

Permalink
fix(about): Fix issue where logo was not appearing on the about page
Browse files Browse the repository at this point in the history
  • Loading branch information
FranklinWaller committed Mar 14, 2020
1 parent 468124d commit 69b15bf
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions public/res/img/PlayOSLogoSide_black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/js/components/molecules/SideNavigation/AboutDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function AboutDialog(props: Props) {
return (
<Dialog open={props.open} onClose={() => props.onClose()}>
<DialogTitle className={styles.title}>
<img src="res/img/PlayOSLogoSide_black.svg" alt="PlayOS" />
<img src="./res/img/PlayOSLogoSide_black.svg" alt="PlayOS" />
<span>Matterhorn</span>
</DialogTitle>
<DialogContent className={styles.content}>
Expand Down

0 comments on commit 69b15bf

Please sign in to comment.