Add: Hack The Box logo

This commit is contained in:
Camilo Avendaño
2024-09-22 15:36:46 -05:00
parent 08c8a509e9
commit d2264d0746
4 changed files with 101 additions and 0 deletions
+10
View File
@@ -1,6 +1,16 @@
import type { iSVG } from '../types/svg';
export const svgs: iSVG[] = [
{
title: 'Hack The Box',
category: 'Cybersecurity',
route: '/library/hack-the-box.svg',
wordmark: {
light: '/library/hack-the-box-wordmark-light.svg',
dark: '/library/hack-the-box-wordmark-dark.svg'
},
url: 'https://www.hackthebox.com/'
},
{
title: 'Milanote',
category: 'Software',