mirror of
https://github.com/mmahdium/portfolio.git
synced 2026-08-12 11:12:49 +03:30
Add ElasticSearch to proficient skills list
This commit is contained in:
+7
-1
@@ -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",
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user