fix logos for partners (#6029)

This commit is contained in:
Saihajpreet Singh 2024-11-22 20:46:08 +00:00 committed by GitHub
parent cee18bbf09
commit cd38e028d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,13 +65,13 @@ function WhyUs({ className }: { className?: string }) {
const PARTNERS = [
{
name: 'The Guild',
logo: '/the-guild-logo.svg',
logo: 'the-guild-logo.svg',
className: 'brightness-0 grayscale hover:brightness-100',
href: 'https://the-guild.dev',
},
{
name: 'Duality',
logo: '/duality-logo.svg',
logo: 'duality-logo.svg',
href: 'https://teamduality.dev',
},
];