Skip to content

Commit

Permalink
chore: added new link (UI Color Picker) (rupali-codes#154)
Browse files Browse the repository at this point in the history
* chore: added new link

Added UI Color Picker

* added space in name for "UI Color Picker"

Co-authored-by: Rupali Haldiya <78981177+rupali-codes@users.noreply.github.com>

* Updated description of UI Color Picker card

Co-authored-by: Rupali Haldiya <78981177+rupali-codes@users.noreply.github.com>

* fix: fix typos

---------

Co-authored-by: Rupali Haldiya <78981177+rupali-codes@users.noreply.github.com>
  • Loading branch information
imbeshat and rupali-codes authored Feb 7, 2023
1 parent 1830380 commit 0d3da8c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions database/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,14 @@ export const data: IData[] = [
category: "youtube",
subcategory: "machine-learning"
},
{
id: "49",
name: "UI Color Picker",
description: "A color picker that contains different shades of solid colors & gradients. Which can be used in any kind of projects.",
url: "https://uicolorpicker.com/",
category: "frontend",
subcategory: "colors"
},
];

export const sidebarData: ISidebar[] = [
Expand Down

0 comments on commit 0d3da8c

Please sign in to comment.