Skip to content

Commit 0bc58de

Browse files
committed
Fix icon link
1 parent b57fa3f commit 0bc58de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nav/classify/js.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import WebpackIcon from '@/icon/webpackIcon.vue';
88
export default [
99
{
1010
name: 'GSAP',
11-
icon: '/images/gsap.png',
11+
icon: '/images/GSAP.svg',
1212
description: 'GSAP 是一个高性能、高度可定制的动画库,用于创建流畅的动画效果。',
1313
type: [ 'JavaScript' ],
1414
link: 'https://gsap.com/',

0 commit comments

Comments
 (0)