Merge pull request #634 from alaminfirdows/remix
🧑‍🚀 Check / ⚡ Testing with Vitest (push) Has been cancelled
🧑‍🚀 Check / 📦 SVGs Size (push) Has been cancelled
🧑‍🚀 Check / 🛠️ Build app (push) Has been cancelled
🚀 Deploy / ☁️ API (push) Has been cancelled

feat: Add remix wordmark and brand url
This commit is contained in:
Pablo Hdez
2025-04-29 10:14:02 +02:00
committed by GitHub
3 changed files with 47 additions and 1 deletions
+6 -1
View File
@@ -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',