Skip to content

Commit

Permalink
feat: Add Definya as a partner & update deps (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaz authored Aug 30, 2024
1 parent 5f32128 commit 7b4c879
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 64 deletions.
120 changes: 60 additions & 60 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"format": "prettier --write ."
},
"dependencies": {
"@headlessui/react": "2.1.2",
"@headlessui/react": "^2.1.3",
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-navigation-menu": "1.2.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@stackblitz/sdk": "1.11.0",
"@tabler/icons-react": "3.12.0",
"@types/node": "22.5.0",
"@tabler/icons-react": "^3.14.0",
"@types/node": "22.5.1",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^6.7.5",
Expand All @@ -37,7 +37,7 @@
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"next": "14.2.6",
"next": "^14.2.7",
"postcss": "8.4.41",
"prettier": "3.3.3",
"react": "18.3.1",
Expand Down
Binary file added public/assets/logos/definya-logo-v1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/components/Partner/partners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ export const PARTNERS: TPartner[] = [
name: 'Loopy',
site: 'https://www.loopygo.app/',
},
{
image: '/assets/logos/definya-logo-v1.png',
name: 'Definya',
site: 'https://play.definya.com/',
},
{
image: '/assets/logos/jopneus.png',
name: 'Jopneus',
Expand Down

0 comments on commit 7b4c879

Please sign in to comment.