Skip to content

Commit

Permalink
Merge pull request #11 from Comet-Robotics/igus
Browse files Browse the repository at this point in the history
Add Igus to sponsor list
  • Loading branch information
jasonappah authored Oct 19, 2024
2 parents 2a549dd + cc53484 commit a1e8b73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added src/assets/sponsors/igus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/data.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import SolidworksLogo from './assets/sponsors/solidworks.png'
import BetterCNCLogo from './assets/sponsors/bettercnc.png'
import RepeatRoboticsLogo from './assets/sponsors/repeat-robotics.png'
import IgusLogo from './assets/sponsors/igus.png'

import GitHubIcon from './assets/socials/github.png'
import InstagramIcon from './assets/socials/instagram.png'
Expand Down Expand Up @@ -44,6 +45,11 @@ const sponsorLinks: LinkWithIconType[] = [
href: 'https://www.repeat-robotics.com/',
icon: RepeatRoboticsLogo,
},
{
name: 'Igus',
href: 'https://www.igus.com',
icon: IgusLogo,
},
]

interface Person {
Expand Down

0 comments on commit a1e8b73

Please sign in to comment.