Skip to content

Commit 9fd50a4

Browse files
committed
chore: update favicon.svg and README.md
1 parent fbe1a71 commit 9fd50a4

File tree

5 files changed

+9
-1
lines changed

5 files changed

+9
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
A beautiful, fast, and reliable JSON formatter with syntax highlighting.
44

5+
## Preview
6+
7+
![JSON Formatter Preview](./src/assets/preview.png)
8+
59
## Features
610

711
- JSON formatting and validation

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" href="./src/assets/favicon.ico" />
5+
<link rel="icon" href="./src/assets/favicon.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>JSON Formatter</title>
88
</head>

src/assets/favicon.ico

-4.19 KB
Binary file not shown.

src/assets/favicon.svg

Lines changed: 4 additions & 0 deletions
Loading

src/assets/preview.png

162 KB
Loading

0 commit comments

Comments
 (0)