Skip to content

Commit

Permalink
update partners arr type
Browse files Browse the repository at this point in the history
  • Loading branch information
encryptedDegen committed Aug 30, 2024
1 parent c73b88b commit 800c34d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,11 @@ export const launchPartners = [
url: 'https://www.linkeh.xyz/',
logo: '/linkeh.jpeg'
}
] satisfies Array<{
] satisfies {
name: string
url: string
logo: string
}>
}[]

export default function App() {
return (
Expand Down

0 comments on commit 800c34d

Please sign in to comment.