Fixed tech used section
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m27s

This commit is contained in:
2025-10-01 10:23:13 -06:00
parent 1f6e7a2552
commit 6d380ec376
2 changed files with 8 additions and 8 deletions

View File

@@ -49,13 +49,13 @@ export default defineConfig({
"astro",
"go",
"postgresql",
"redis",
"dotnet",
"docker",
"github",
"linkedin",
"kotlin",
"swift",
"flutter"
"flutter",
],
},
}),

View File

@@ -16,7 +16,7 @@ const TYPESCRIPT_ICON = "simple-icons:typescript" as const;
const ASTRO_ICON = "simple-icons:astro" as const;
const GO_ICON = "simple-icons:go" as const;
const POSTGRESQL_ICON = "simple-icons:postgresql" as const;
const REDIS_ICON = "simple-icons:redis" as const;
const DOTNET_ICON = "simple-icons:dotnet" as const;
const DOCKER_ICON = "simple-icons:docker" as const;
const KOTLIN_ICON = "simple-icons:kotlin" as const;
const SWIFT_ICON = "simple-icons:swift" as const;
@@ -307,11 +307,11 @@ export const config: Config = {
ariaLabel: "PostgreSQL",
},
{
id: "redis",
name: "Redis",
url: "https://redis.io/",
icon: REDIS_ICON,
ariaLabel: "Redis",
id: "dotnet",
name: "DotNet",
url: "https://dot.net/",
icon: DOTNET_ICON,
ariaLabel: "DotNet",
},
{
id: "docker",