Add tooltips to project tags
This commit is contained in:
+10
-10
@@ -67,9 +67,9 @@ export const projects = [
|
||||
description:
|
||||
"Servicio de acortamiento de URLs desarrollado con Bun y React, que permite crear enlaces cortos personalizados con estadísticas de clics y gestión de enlaces a través de una interfaz web intuitiva.",
|
||||
tags: [
|
||||
{ name: "Bun", icon: "bun" },
|
||||
{ name: "React", icon: "react" },
|
||||
{ name: "TypeScript", icon: "ts" },
|
||||
{ name: "Bun", icon: "bun", tooltip: "Bun" },
|
||||
{ name: "React", icon: "react", tooltip: "React" },
|
||||
{ name: "TypeScript", icon: "ts", tooltip: "TypeScript" },
|
||||
],
|
||||
imageUrl: "/url-shortener.webp",
|
||||
repoUrl: "/shortener",
|
||||
@@ -82,10 +82,10 @@ export const projects = [
|
||||
- Contraseña: admin
|
||||
`,
|
||||
tags: [
|
||||
{ name: "Next.js", icon: "nextjs" },
|
||||
{ name: "TypeScript", icon: "ts" },
|
||||
{ name: "Prisma", icon: "prisma" },
|
||||
{ name: "PostgreSQL", icon: "postgresql" },
|
||||
{ name: "Next.js", icon: "nextjs", tooltip: "Nextjs" },
|
||||
{ name: "TypeScript", icon: "ts", tooltip: "TypeScript" },
|
||||
{ name: "Prisma", icon: "prisma", tooltip: "Prisma" },
|
||||
{ name: "PostgreSQL", icon: "postgresql", tooltip: "PostgreSQL" },
|
||||
],
|
||||
imageUrl: "/stock-manager.webp",
|
||||
liveUrl: "https://stock.aferrer.dev",
|
||||
@@ -96,9 +96,9 @@ export const projects = [
|
||||
description:
|
||||
"Plantilla para Zabbix que permite monitorizar de forma dinámica una lista de puertos TCP definida por macro de host.",
|
||||
tags: [
|
||||
{ name: "Zabbix", icon: "zabbix" },
|
||||
{ name: "Windows", icon: "windows" },
|
||||
{ name: "Linux", icon: "linux" },
|
||||
{ name: "Zabbix", icon: "zabbix", tooltip: "Zabbix" },
|
||||
{ name: "Windows", icon: "windows", tooltip: "Windows" },
|
||||
{ name: "Linux", icon: "linux", tooltip: "Linux" },
|
||||
],
|
||||
imageUrl: "/zabbix.webp",
|
||||
repoUrl: "/zabbixportmon",
|
||||
|
||||
Reference in New Issue
Block a user