Fixed tech used section
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m27s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m27s
This commit is contained in:
@@ -49,13 +49,13 @@ export default defineConfig({
|
|||||||
"astro",
|
"astro",
|
||||||
"go",
|
"go",
|
||||||
"postgresql",
|
"postgresql",
|
||||||
"redis",
|
"dotnet",
|
||||||
"docker",
|
"docker",
|
||||||
"github",
|
"github",
|
||||||
"linkedin",
|
"linkedin",
|
||||||
"kotlin",
|
"kotlin",
|
||||||
"swift",
|
"swift",
|
||||||
"flutter"
|
"flutter",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ const TYPESCRIPT_ICON = "simple-icons:typescript" as const;
|
|||||||
const ASTRO_ICON = "simple-icons:astro" as const;
|
const ASTRO_ICON = "simple-icons:astro" as const;
|
||||||
const GO_ICON = "simple-icons:go" as const;
|
const GO_ICON = "simple-icons:go" as const;
|
||||||
const POSTGRESQL_ICON = "simple-icons:postgresql" 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 DOCKER_ICON = "simple-icons:docker" as const;
|
||||||
const KOTLIN_ICON = "simple-icons:kotlin" as const;
|
const KOTLIN_ICON = "simple-icons:kotlin" as const;
|
||||||
const SWIFT_ICON = "simple-icons:swift" as const;
|
const SWIFT_ICON = "simple-icons:swift" as const;
|
||||||
@@ -307,11 +307,11 @@ export const config: Config = {
|
|||||||
ariaLabel: "PostgreSQL",
|
ariaLabel: "PostgreSQL",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "redis",
|
id: "dotnet",
|
||||||
name: "Redis",
|
name: "DotNet",
|
||||||
url: "https://redis.io/",
|
url: "https://dot.net/",
|
||||||
icon: REDIS_ICON,
|
icon: DOTNET_ICON,
|
||||||
ariaLabel: "Redis",
|
ariaLabel: "DotNet",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "docker",
|
id: "docker",
|
||||||
|
|||||||
Reference in New Issue
Block a user