Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion renderer/components/ResponsiveAppBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function ResponsiveAppBar({ dbUserDialogCallback }) {
<AppBar position="sticky" sx={{ top: 0, bottom: 'auto' }}>
<Container maxWidth="xl">
<Toolbar disableGutters>
<img src="/images/logo_extended.png" height={50} />
<img src="/images/logo_extended.svg" height={50} />

<Box sx={{ flexGrow: 1, display: { xs: 'flex', md: 'none' } }}>
<IconButton
Expand Down
2 changes: 1 addition & 1 deletion renderer/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function Home() {
<Typography variant="subtitle1" gutterBottom>
Making data management solutions that actually work!
</Typography>
<img src="/images/logo_simple.png" />
<img src='/images/logo_simple.svg' />
<Typography gutterBottom>
<Link href="" onClick={() => {
shell.openExternal("https://github.com/alexaib2002/dam2-final-project");
Expand Down
Binary file removed renderer/public/images/logo_extended.png
Binary file not shown.
256 changes: 256 additions & 0 deletions renderer/public/images/logo_extended.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed renderer/public/images/logo_simple.png
Binary file not shown.
110 changes: 110 additions & 0 deletions renderer/public/images/logo_simple.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.