mirror of
https://github.com/graphql-hive/console
synced 2026-05-21 08:08:52 +00:00
fix logos for partners (#6029)
This commit is contained in:
parent
cee18bbf09
commit
cd38e028d2
1 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue