mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
feat: add ahooks logo
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
import type { iSVG } from '../types/svg';
|
||||
|
||||
export const svgs: iSVG[] = [
|
||||
{
|
||||
title: 'ahooks',
|
||||
category: 'Library',
|
||||
route: '/library/ahooks.svg',
|
||||
wordmark: {
|
||||
light: '/library/ahooks-wordmark-light.svg',
|
||||
dark: '/library/ahooks-wordmark-dark.svg'
|
||||
},
|
||||
url: 'https://ahooks.js.org/'
|
||||
},
|
||||
{
|
||||
title: 'Discord',
|
||||
category: 'Software',
|
||||
|
||||
Reference in New Issue
Block a user