mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 09:38:26 +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 = [
|
const PARTNERS = [
|
||||||
{
|
{
|
||||||
name: 'The Guild',
|
name: 'The Guild',
|
||||||
logo: '/the-guild-logo.svg',
|
logo: 'the-guild-logo.svg',
|
||||||
className: 'brightness-0 grayscale hover:brightness-100',
|
className: 'brightness-0 grayscale hover:brightness-100',
|
||||||
href: 'https://the-guild.dev',
|
href: 'https://the-guild.dev',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Duality',
|
name: 'Duality',
|
||||||
logo: '/duality-logo.svg',
|
logo: 'duality-logo.svg',
|
||||||
href: 'https://teamduality.dev',
|
href: 'https://teamduality.dev',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue