Skip to content

Commit

Permalink
add: logo
Browse files Browse the repository at this point in the history
  • Loading branch information
debuggingfuture committed May 11, 2024
1 parent d3c170b commit 70b1ba2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
Binary file added public/logo_fractal_labs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 3 additions & 14 deletions shared/components/Logo.tsx
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
const Logo = () => (
<svg
width="39"
height="42"
viewBox="0 0 39 42"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M7.0337 5.86519V10.1123H20.9888H24.0225H24.0225L24.0225 21.6405H27.9663V5.86519H7.0337ZM24.0225 24.6742H31L31 24.6742V5.86519V2.83148H27.9663H7.0337H4.00001H3.99999V13.1461H7.0337V13.1461H20.9888V21.6405H7.0337H4L3.99999 41.0562H7.0337V41.0561H10.6742V41.0561L13.7079 41.0561V41.0561V38.0224L13.7079 31.955H20.9888V31.955H24.0225V24.6742ZM13.7079 28.9213H20.9888V24.6742H7.0337L7.0337 38.0224H10.6742L10.6742 28.9213H13.7079Z"
fill="white"
/>
</svg>
<div style={{ height: "48px", width: "48px" }}>
<img style={{ "borderRadius": "9999px" }} src="/logo_fractal_labs.png" width="24" height="24" alt="Fractal Labs" />
</div>
);
export default Logo;
4 changes: 2 additions & 2 deletions shared/components/LogoWithName.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import Logo from './Logo';
const LogoWithName = () => (
<a href="/">
<Grid container wrap="nowrap">
{/* <Box mr="8px">
<Box mr="8px">
<Logo />
</Box> */}
</Box>
<Typography variant="h1">Fractal Labs</Typography>
</Grid>
</a>
Expand Down

0 comments on commit 70b1ba2

Please sign in to comment.