chore: add partners

This commit is contained in:
jinhojang6 2024-09-26 00:39:11 +09:00
parent 4a3c76563b
commit a3a65e7867
No known key found for this signature in database
GPG Key ID: 1762F21FE8B543F8
3 changed files with 24 additions and 0 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 19 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -40,6 +40,14 @@ const partnersData: Partner[] = [
logo: '/assets/partners/ift.svg',
name: 'IFT',
},
{
logo: '/assets/partners/waku.svg',
name: 'Waku',
},
{
logo: '/assets/partners/logos-ordinals.svg',
name: 'Logos Ordinals',
},
]
const PartnersSection: React.FC = () => {