File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ Once the newest version of `Node.js` is installed, you can install the node pack
4848
4949``` shell
5050 npm i
51-
5251```
5352
5453Your environment should now be set up!
Original file line number Diff line number Diff line change @@ -48,6 +48,9 @@ const Sponsors = (): React.ReactElement => {
4848 < div className = 'img-container' style = { { background : 'white' } } >
4949 < img src = { SponsorImages . Stratasys } style = { { width : '40%' , height : '70%' } } />
5050 </ div >
51+ < div className = 'img-container' style = { { background : 'white' , height : '50%' } } >
52+ < img src = { SponsorImages . ALRO } style = { { width : '35%' , height : '200%' } } />
53+ </ div >
5154
5255
5356 < Contact />
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ export class SponsorImages {
88 static readonly EastPenn = require ( '../../assets/pics/sponsors/EastPennManufacturer.jpg' )
99 static readonly Stratasys = require ( '../../assets/pics/sponsors/Stratasys_logo.jpg' )
1010 static readonly HAAS = require ( '../../assets/pics/sponsors/GHF_Logo_DarkBackground.png' )
11+ static readonly ALRO = require ( '../../assets/pics/sponsors/ALRO_Logo.png' )
1112}
1213
1314export default class SponsorsStyles {
You can’t perform that action at this time.
0 commit comments