diff --git a/pages/sponsorship.tsx b/pages/sponsorship.tsx index de0baed..7a87659 100644 --- a/pages/sponsorship.tsx +++ b/pages/sponsorship.tsx @@ -167,6 +167,13 @@ const SponsorsData: Sponsor[] = [ type: 'others', description: '', }, + { + name: "MathWorks", + logo: 'mathworks.jpeg', + link: 'https://in.mathworks.com/', + type: 'others', + description: '' + } // { // name: "Advance Controls", // logo: "", diff --git a/public/sponsors/mathworks.jpeg b/public/sponsors/mathworks.jpeg new file mode 100644 index 0000000..82ef454 Binary files /dev/null and b/public/sponsors/mathworks.jpeg differ