Skip to content

Commit

Permalink
optimize: optimize hover img (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
weiguowang112 authored Oct 17, 2023
1 parent 25db353 commit cde02c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/community/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,25 +45,25 @@ const data = {
list: [
{
img: 'img/mailinglist.png',
imgHover: '/img/mailinglist_hover.png',
imgHover: 'img/mailinglist_hover.png',
title: '邮件列表',
link: 'mailto:[email protected]'
},
{
img: 'img/alibaba.png',
imgHover: '/img/alibaba_hover.png',
imgHover: 'img/alibaba_hover.png',
title: 'Gitter',
link: 'https://gitter.im/alibaba/nacos',
},
{
img: 'img/segmentfault.png',
imgHover: '/img/segmentfault_hover.png',
imgHover: 'img/segmentfault_hover.png',
title: 'segmentfault',
link: 'https://segmentfault.com/t/nacos'
},
{
img: 'img/weibo.png',
imgHover: '/img/weibo_hover.png',
imgHover: 'img/weibo_hover.png',
title: '@Nacos',
link: 'https://weibo.com/u/6574374908',
},
Expand Down

0 comments on commit cde02c4

Please sign in to comment.