diff --git a/database/data.ts b/database/data.ts index 81b2f12a3..c1395a9f7 100644 --- a/database/data.ts +++ b/database/data.ts @@ -83,11 +83,7 @@ export const sidebarData: ISidebar[] = [ { name: 'Go', url: '/golang', resources: DB.golang }, { name: 'TypeScript', url: '/typescript', resources: DB.typescript }, { name: 'Ruby', url: '/ruby', resources: DB.ruby }, - { - name: 'C Programming', - url: '/c-programming', - resources: DB.CProgramming, - }, + { name: 'C Programming', url: '/c-programming', resources: DB.CProgramming }, { name: 'Java', url: '/java', resources: DB.java }, { name: 'Kotlin', url: '/kotlin', resources: DB.kotlin }, ], diff --git a/database/frontend/ui-generators.json b/database/frontend/ui-generators.json index 24ef2f58a..b690da2da 100644 --- a/database/frontend/ui-generators.json +++ b/database/frontend/ui-generators.json @@ -167,11 +167,18 @@ "category": "frontend", "subcategory": "ui-generators" }, + { + "name": "CSS Filters", + "description": "This is a 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" + }, { "name": "Patternizer", "description": "This website will generate CSS code for Patterns", "url": "https://patternizer.com/", - "category": "Frontend", + "category": "frontend", "subcategory": "UI Generators" } ]