diff --git a/src/utils/icons.ts b/src/utils/icons.ts index 2664d29..13db8dc 100644 --- a/src/utils/icons.ts +++ b/src/utils/icons.ts @@ -48,6 +48,14 @@ export const ICONS: Record = { char: "󰊤 ", color: "#ffffff", }, + LinkedIn: { + char: " ", + color: "#0077b5", + }, + CodinGame: { + char: " ", + color: "#f1c40f", + }, }; export const DEFAULT_ICON = { char: "󰈚 ", color: "#f599ae" };