Misc fixes

This commit is contained in:
jeffvli
2022-11-05 03:25:30 -07:00
parent c8da4f8146
commit cee6ff4df5
2 changed files with 4 additions and 4 deletions
@@ -47,6 +47,7 @@ const SidebarImage = styled.img`
width: 100%;
height: 100%;
object-fit: contain;
background: var(--placeholder-bg);
`;
export const Sidebar = () => {