Skip to content

Commit 2a676c1

Browse files
committed
update icon
1 parent ccfdd37 commit 2a676c1

File tree

14 files changed

+11
-25
lines changed

14 files changed

+11
-25
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- PROJECT LOGO -->
22
<p align="center">
33
<a href="https://github.com/AykutSarac/jsoncrack.com">
4-
<img src="./public/assets/logo.svg" height="50" alt="Logo">
4+
<img src="./public/assets/192.png" height="50" alt="Logo">
55
</a>
66

77
<h1 align="center">JSON Crack</h1>

public/assets/192.jpg

-11.9 KB
Binary file not shown.

public/assets/192.png

14.4 KB
Loading

public/assets/512.jpg

-48.4 KB
Binary file not shown.

public/assets/512.png

56.1 KB
Loading
File renamed without changes.

public/assets/logo.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

public/assets/todiagram_img.webp

-53.2 KB
Binary file not shown.

public/favicon.ico

5.61 KB
Binary file not shown.

src/layout/JsonCrackLogo.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ const StyledLogoWrapper = styled.div`
1515
display: flex;
1616
align-items: center;
1717
gap: 8px;
18-
color: white;
19-
mix-blend-mode: difference;
2018
`;
2119

2220
const StyledTitle = styled.span<{ fontSize: string }>`
@@ -27,6 +25,8 @@ const StyledTitle = styled.span<{ fontSize: string }>`
2725
white-space: nowrap;
2826
z-index: 10;
2927
vertical-align: middle;
28+
color: white;
29+
mix-blend-mode: difference;
3030
`;
3131

3232
interface LogoProps extends React.ComponentPropsWithoutRef<"div"> {
@@ -47,11 +47,12 @@ export const JSONCrackLogo = ({ fontSize = "1.2rem", hideText, hideLogo, ...prop
4747
<StyledLogoWrapper>
4848
{!hideLogo && (
4949
<Image
50-
src="/assets/logo.svg"
50+
src="/assets/192.png"
5151
loading="eager"
5252
width={parseFloat(fontSize) * 18}
5353
height={parseFloat(fontSize) * 18}
5454
alt="logo"
55+
radius={4}
5556
mb="2"
5657
/>
5758
)}

0 commit comments

Comments
 (0)