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",
|
||||
"go",
|
||||
"postgresql",
|
||||
"redis",
|
||||
"dotnet",
|
||||
"docker",
|
||||
"github",
|
||||
"linkedin",
|
||||
"kotlin",
|
||||
"swift",
|
||||
"flutter"
|
||||
"flutter",
|
||||
],
|
||||
},
|
||||
}),
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user