Skip to content

Commit

Permalink
Added css filters to frontend/ui-generators
Browse files Browse the repository at this point in the history
  • Loading branch information
hereisSwapnil committed Jun 27, 2023
1 parent 7460180 commit 194c939
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
4 changes: 2 additions & 2 deletions database/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ export const sidebarData: ISidebar[] = [
{ name: 'Ruby', url: '/ruby' },
{ name: 'C Programming', url: '/c-programming' },
{ name: 'C++ Programming', url: '/cpp-programming' },
{ name: 'Java', url: '/java'},
{ name: 'Kotlin', url: '/kotlin'}
{ name: 'Java', url: '/java' },
{ name: 'Kotlin', url: '/kotlin' },
],
},
{
Expand Down
17 changes: 12 additions & 5 deletions database/frontend/ui-generators.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,17 @@
"subcategory": "ui-generators"
},
{
"name":"Tailwind Awesome",
"description":"Tailwind Awesome is a curated list of the best Tailwind templates & UI kits on the internet.",
"name": "Tailwind Awesome",
"description": "Tailwind Awesome is a curated list of the best Tailwind templates & UI kits on the internet.",
"url": "https://www.tailwindawesome.com/?technology=3",
"category":"frontend",
"subcategory":"ui-generators"
"category": "frontend",
"subcategory": "ui-generators"
},
{
"name": "CSS Filters",
"description": "Visual playground for generating CSS for custom and Instagram like photo filters. Experiment with your own uploaded photo or select one from the Unsplash collection.",
"url": "https://www.cssfilters.co/",
"category": "frontend",
"subcategory": "ui-generators"
}
]
]

0 comments on commit 194c939

Please sign in to comment.