mirror of
https://github.com/xHyroM/website.git
synced 2024-11-22 15:01:05 +01:00
feat: add prisma client to technologies
This commit is contained in:
parent
2a30faa840
commit
145927fb4d
1 changed files with 4 additions and 0 deletions
|
@ -83,6 +83,10 @@ export const skills = [
|
||||||
name: "Go",
|
name: "Go",
|
||||||
icon: "vscode-icons:file-type-go-aqua",
|
icon: "vscode-icons:file-type-go-aqua",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Prisma Client",
|
||||||
|
icon: "skill-icons:prisma",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "MySQL",
|
name: "MySQL",
|
||||||
icon: "logos:mysql-icon",
|
icon: "logos:mysql-icon",
|
||||||
|
|
Loading…
Reference in a new issue