From cb9cc8cf57375cddb42693bbfd7a6a5159082df5 Mon Sep 17 00:00:00 2001 From: Mohammad Mahdi Date: Mon, 23 Feb 2026 12:07:16 +0330 Subject: [PATCH] Add ElasticSearch to proficient skills list --- app/data/skills.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/data/skills.ts b/app/data/skills.ts index eb3967d..42e9305 100644 --- a/app/data/skills.ts +++ b/app/data/skills.ts @@ -176,7 +176,13 @@ export const proficient: Tag[] = [ label: "Gin", icon: "i-logos-gin", to: "https://gin-gonic.com", - type: "Framework", // refined from Library + type: "Framework", + }, + { + label: "ElasticSearch", + icon: "devicon:elasticsearch", + to: "https://www.elastic.co/elasticsearch", + type: "Data", }, ];