Skip to content

Commit

Permalink
Fix Logo Image
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincharles committed Mar 31, 2023
1 parent 3109851 commit dccb365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tools/_framework/Logo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { pageToolViewAtom } from './NewToolRoot';

const LogoButton = styled.button`
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
url('./Doenet_Logo_cloud_only.png');
url('/Doenet_Logo_cloud_only.png');
background-position: center;
background-repeat: no-repeat;
background-size: 50px 25px;
Expand Down

0 comments on commit dccb365

Please sign in to comment.