Skip to content

Commit 9724b24

Browse files
committed
chore(favicon): change favicon
1 parent c704b28 commit 9724b24

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

assets/Favicon.png

-13.9 KB
Binary file not shown.

assets/favicon.ico

15 KB
Binary file not shown.

index.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<link rel="stylesheet" href="./src/style.css" />
4646

4747
<!-- favicon -->
48-
<link rel="shortcut icon" href="./assets/Favicon.png" type="image/x-icon" />
48+
<link rel="shortcut icon" href="./assets/favicon.ico" type="image/x-icon" />
4949

5050
<!-- Font -->
5151
<link rel="preconnect" href="https://fonts.googleapis.com" />
@@ -472,8 +472,7 @@ <h2>
472472

473473
<div class="btn" data-button="box-shadow">Get Results</div>
474474
</div>
475-
476-
475+
477476
<!-- border radius generator -->
478477
<div data-content="border-radius">
479478
<div class="border-radius-preview-box">
@@ -485,7 +484,7 @@ <h2>
485484
min="0"
486485
id="border-radius-top"
487486
class="border-radius-inputs"
488-
/>
487+
/>
489488
<input
490489
type="range"
491490
max="100"
@@ -513,7 +512,7 @@ <h2>
513512
<div class="btn" data-button="border-radius">Get Results</div>
514513
</div>
515514
</div>
516-
515+
517516
<div class="side-results">
518517
<div class="header">
519518
<iconify-icon
@@ -668,7 +667,7 @@ <h2>Results</h2>
668667
</button>
669668
</div>
670669
</div>
671-
670+
672671
<!-- border radius -->
673672
<div class="download-output" data-result="border-radius">
674673
<div class="output"></div>

0 commit comments

Comments
 (0)