Merge pull request #754 from vladiantio/feat/add-ahrefs
🧑‍🚀 Check / ⚡ Testing with Vitest (push) Has been cancelled
📦 Build / 🛠️ Build app (push) Has been cancelled
🧑‍🚀 Check / 📦 SVGs Size (push) Has been cancelled
🚀 Deploy / ☁️ API (push) Has been cancelled

📦 Add Ahrefs logo and wordmark
This commit is contained in:
Pablo Hdez
2025-08-29 13:45:58 +01:00
committed by GitHub
4 changed files with 14 additions and 0 deletions
+11
View File
@@ -3851,5 +3851,16 @@ export const svgs: iSVG[] = [
dark: '/library/kibo-ui-dark.svg'
},
url: 'https://kibo-ui.com/'
},
{
title: 'Ahrefs',
category: 'Platform',
route: '/library/ahrefs.svg',
wordmark: {
dark: '/library/ahrefs-wordmark-dark.svg',
light: '/library/ahrefs-wordmark-light.svg'
},
url: 'https://ahrefs.com/',
brandUrl: 'https://ahrefs.com/logo'
}
];