Skip to content

Commit a50af81

Browse files
authored
Merge pull request #9 from xandemon/updateIcons
Add browser icons
2 parents 9ce20bb + f8a88be commit a50af81

18 files changed

+101
-36
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ dist-ssr
2525

2626
#lib
2727
lib/icons/*
28+
lib/sortedData.json

docs/package-lock.json

Lines changed: 16 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"astro": "^4.8.2",
2121
"class-variance-authority": "^0.7.0",
2222
"clsx": "^2.1.1",
23-
"developer-icons": "^4.1.0",
23+
"developer-icons": "^4.1.1",
2424
"lucide-react": "^0.378.0",
2525
"react": "^18.3.1",
2626
"react-dom": "^18.3.1",

docs/src/components/HeroSection.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { publicBaseUrl } from "@/lib/utils";
77

88
<div class="flex items-center justify-between gap-4 w-full py-4">
99
<div class="flex flex-col gap-4">
10-
<Badge className="tracking-widest">v4.1.0</Badge>
10+
<Badge className="tracking-widest">v4.1.1</Badge>
1111
<p class="text-5xl font-bold leading-tight">
1212
<span class="text-sky-600">Ready-to-use</span>
1313
<br />

icons/bing.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/brave.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/google-wordmark.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/google.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/raw/brave.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)