From f1a0b7e87eb9a0af0243dfbfcbc0782e9b3fb893 Mon Sep 17 00:00:00 2001 From: caadiq Date: Sat, 7 Feb 2026 17:41:19 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20AFFiNE=20=EC=84=9C=EB=B9=84=EC=8A=A4?= =?UTF-8?q?=20=ED=95=AD=EB=AA=A9=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/data/services.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/frontend/src/data/services.js b/frontend/src/data/services.js index 98a5735..65c006c 100644 --- a/frontend/src/data/services.js +++ b/frontend/src/data/services.js @@ -6,7 +6,6 @@ import { Server, Download, GitBranch, - FileText, Zap, Monitor, FolderCode, @@ -115,13 +114,6 @@ export const serviceCategories = [ icon: Download, url: "https://ffmpeg.caadiq.co.kr", }, - { - id: "affine", - title: "AFFiNE", - desc: "문서 및 노트 관리", - icon: FileText, - url: "https://affine.caadiq.co.kr", - }, ], }, ]; @@ -131,7 +123,7 @@ export const serviceCategories = [ * 백엔드 상태 체크 등에서 사용됩니다. */ export const serviceList = serviceCategories.flatMap( - (category) => category.services + (category) => category.services, ); // 각 카테고리 내 서비스들을 title 기준 알파벳순으로 자동 정렬