Skip to content

Commit

Permalink
Added a new company and fixed a small problem. (#611)
Browse files Browse the repository at this point in the history
* feat: add 'liangyihui' company.

* fix: Fix the [ Add your company ] link.
  • Loading branch information
long-woo authored Jan 3, 2024
1 parent 2256116 commit e6e5f84
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/data/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,12 @@ const users = [
infoLink: 'https://www.swyftlogistics.com/',
pinned: true
},
{
caption: '良医汇',
image: 'https://bosdev.liangyihui.net/temp/1617699379.png',
infoLink: 'https://liangyihui.net/',
pinned: true
},
];

export default users;

0 comments on commit e6e5f84

Please sign in to comment.