Skip to content

Commit

Permalink
Merge pull request #12 from Comet-Robotics/polymaker
Browse files Browse the repository at this point in the history
Add Polymaker as sponsor
  • Loading branch information
jasonappah authored Oct 21, 2024
2 parents a1e8b73 + cd0426f commit 88f12ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added src/assets/sponsors/polymaker.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
Expand Up @@ -2,6 +2,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 PolymakerLogo from './assets/sponsors/polymaker.png'

import GitHubIcon from './assets/socials/github.png'
import InstagramIcon from './assets/socials/instagram.png'
Expand Down Expand Up @@ -50,6 +51,11 @@ const sponsorLinks: LinkWithIconType[] = [
href: 'https://www.igus.com',
icon: IgusLogo,
},
{
name: 'Polymaker',
href: 'https://www.polymaker.com',
icon: PolymakerLogo,
},
]

interface Person {
Expand Down

0 comments on commit 88f12ca

Please sign in to comment.