diff --git a/src/constants/stuff.ts b/src/constants/stuff.ts index a837be5..4cd0cac 100644 --- a/src/constants/stuff.ts +++ b/src/constants/stuff.ts @@ -4,14 +4,14 @@ export const stuff: { text: string; link?: {url: string, text: string}; }[] = [ - { - icon: '🧐', - text: 'Software Extraordinaire' - }, - { - icon: '🕵🏻‍♂️', - text: 'Frontend Detective' - }, + // { + // icon: '🧐', + // text: 'Software Extraordinaire' + // }, + // { + // icon: '🕵🏻‍♂️', + // text: 'Frontend Detective' + // }, { icon: '😱', text: 'Building', @@ -28,6 +28,14 @@ export const stuff: { text: 'Cozy' } }, + { + icon: '🧱', + text: 'Creator of', + link: { + url: 'https://WebComponent.io', + text: 'WebComponent.io' + } + }, // { // icon: '🧱', // text: '...and some',