Skip to content

Commit 4be3167

Browse files
committed
Add two new links
New links: - Dashboard Icons - WebDX Developer Signals
1 parent 580f551 commit 4be3167

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webdevhome.github.io",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"type": "module",
55
"scripts": {
66
"dev": "vite --host 0.0.0.0",

src/links.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1776,10 +1776,17 @@
17761776
{
17771777
"title": "Lucide",
17781778
"url": "https://lucide.dev",
1779-
"description": "Fork of Feather Icons.",
1779+
"description": "Fork of Feather Icons with more icons.",
17801780
"icon": "lucide",
17811781
"color": "#F56565"
17821782
},
1783+
{
1784+
"title": "Dashboard Icons",
1785+
"url": "https://dashboardicons.com/",
1786+
"description": "A collection of icons for services, applications and tools, designed specifically for dashboards and app directories.",
1787+
"searchUrl": "https://dashboardicons.com/icons?q={search}",
1788+
"searchConcat": "+"
1789+
},
17831790
{
17841791
"title": "Simple Icons",
17851792
"url": "https://simpleicons.org",
@@ -1896,6 +1903,11 @@
18961903
"title": "W3C",
18971904
"url": "https://www.w3.org"
18981905
},
1906+
{
1907+
"title": "WebDX Developer Signals",
1908+
"url": "https://github.com/web-platform-dx/developer-signals",
1909+
"description": "A repository to gather feedback about wanted web platform features, provided by the W3C WebDX Community Group."
1910+
},
18991911
{
19001912
"title": "ECMAScript Proposals",
19011913
"url": "https://github.com/tc39/proposals",

0 commit comments

Comments
 (0)