We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33eab70 commit bf85f64Copy full SHA for bf85f64
app/composables/useSponsors.ts
@@ -3,8 +3,8 @@ export const useSponsors = () => {
3
name: 'XEFI',
4
text: 'French leader in IT performance support',
5
logo: {
6
- light: '/sponsors/xefi-light.png',
7
- dark: '/sponsors/xefi-dark.png',
+ light: '/partners/xefi-light.png',
+ dark: '/partners/xefi-dark.png',
8
},
9
link: 'https://xefi.com'
10
}]
public/sponsors/xefi-dark.png renamed to public/partners/xefi-dark.png
public/sponsors/xefi-light.png renamed to public/partners/xefi-light.png
0 commit comments