diff --git a/database/data.ts b/database/data.ts index e0ecf1545..7c77fad59 100644 --- a/database/data.ts +++ b/database/data.ts @@ -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' }, ], }, { diff --git a/database/frontend/ui-generators.json b/database/frontend/ui-generators.json index 16e0bb66c..bcc40e2cb 100644 --- a/database/frontend/ui-generators.json +++ b/database/frontend/ui-generators.json @@ -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" } -] +] \ No newline at end of file