From 6b3e34aae0c073c90de67e8549585cb9bef9b430 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RTLN3BA\\$punk" Date: Sun, 31 May 2026 17:30:24 -0700 Subject: [PATCH] chore(hero-section): remove Obsidian feature from hero section - Deleted the Obsidian & Knowledge Base Sync feature from the hero section to streamline content and focus on currently available features. --- surfsense_web/components/homepage/hero-section.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/surfsense_web/components/homepage/hero-section.tsx b/surfsense_web/components/homepage/hero-section.tsx index 90b0b7c9e..8a831d492 100644 --- a/surfsense_web/components/homepage/hero-section.tsx +++ b/surfsense_web/components/homepage/hero-section.tsx @@ -231,13 +231,6 @@ const CATEGORIES: HeroCategory[] = [ src: null, comingSoon: true, }, - { - id: "obsidian", - title: "Obsidian & Knowledge Base Sync", - description: "Keep your Obsidian vault and personal knowledge base in sync.", - src: null, - comingSoon: true, - }, ], }, ];