diff --git a/astro.config.mjs b/astro.config.mjs index 7c42a34..fbcd563 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -49,13 +49,13 @@ export default defineConfig({ "astro", "go", "postgresql", - "redis", + "dotnet", "docker", "github", "linkedin", "kotlin", "swift", - "flutter" + "flutter", ], }, }), diff --git a/src/config.ts b/src/config.ts index ad27dbc..a86035c 100644 --- a/src/config.ts +++ b/src/config.ts @@ -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",