Skip to content

Commit e34d83e

Browse files
committed
Add icon for CouchDB
1 parent 69177b5 commit e34d83e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"private": true,
55
"scripts": {
66
"start": "react-scripts start",

src/links.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,8 @@
863863
{
864864
"title": "CouchDB",
865865
"url": "https://couchdb.apache.org",
866+
"icon": "apachecouchdb",
867+
"color": "#E42528",
866868
"searchUrl": "https://docs.couchdb.org/en/stable/search.html?q={search}&check_keywords=yes&area=default",
867869
"searchConcat": "+"
868870
},

0 commit comments

Comments
 (0)