diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 997c1e8..038f188 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2442,7 +2442,12 @@ export const svgs: iSVG[] = [ light: '/library/remix_light.svg', dark: '/library/remix_dark.svg' }, - url: 'https://remix.run/' + wordmark: { + light: "/library/remix_wordmark_light.svg", + dark: "/library/remix_wordmark_dark.svg" + }, + url: 'https://remix.run/', + brandUrl: 'https://remix.run/brand' }, { title: 'Steam', diff --git a/static/library/remix_wordmark_dark.svg b/static/library/remix_wordmark_dark.svg new file mode 100644 index 0000000..2251a8b --- /dev/null +++ b/static/library/remix_wordmark_dark.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/library/remix_wordmark_light.svg b/static/library/remix_wordmark_light.svg new file mode 100644 index 0000000..063be33 --- /dev/null +++ b/static/library/remix_wordmark_light.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + +