Skip to content

Commit

Permalink
feat: use dark icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jebibot committed Feb 26, 2024
1 parent c5cc91b commit f254656
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file modified public/icon-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icon-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icon-48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icon-96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/browser/components/Logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ export interface LogoProps {
function Logo(props: LogoProps) {
return (
<Wrapper className={props.className} viewBox="0 0 512 512">
<circle cx="256" cy="256" r="240" fill="#00ffa3" />
<circle cx="256" cy="256" r="240" fill="#000" />
<path
fill="#fff"
fill="#00ffa3"
d="M342.5 218.9c-.8-1.8-2.6-2.9-4.5-2.9h-59.2l58.5-92.3c1-1.5 1-3.5.2-5.1-.9-1.6-2.6-2.6-4.4-2.6h-80c-1.9 0-3.6 1.1-4.5 2.8l-75 150c-.8 1.5-.7 3.4.2 4.9.9 1.5 2.5 2.4 4.3 2.4h51.4l-56 133.1c-1 2.3-.1 4.9 2 6.2.8.5 1.7.7 2.6.7 1.4 0 2.8-.6 3.8-1.8l160-190c1.2-1.6 1.5-3.6.6-5.4z"
/>
</Wrapper>
Expand Down

0 comments on commit f254656

Please sign in to comment.