Skip to content

Commit

Permalink
Fixed Home button Image
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincharles committed Mar 27, 2023
1 parent 40cd3d8 commit f072336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tools/_framework/RouterLogo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import styled from 'styled-components';

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

0 comments on commit f072336

Please sign in to comment.