File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ import { instagramAccounts } from '../../util/instagramAccounts';
2828// import PropTypes from 'prop-types';
2929import { LazyLoadImage } from 'react-lazy-load-image-component' ;
3030
31- import placeholder from '../../assets/logo/main-logo-2t5.png' ;
31+ import placeholder from '../../assets/logo/main-logo-2T5.png' ;
32+ import gachamachine from '../../assets/about/gachamachine.png' ;
3233import { get } from 'lodash' ;
3334
3435const PageAbout = ( ) => {
@@ -37,7 +38,7 @@ const PageAbout = () => {
3738 < div className = "aboutus-page-components" >
3839 < AboutUsSection />
3940 < AboutUsTeamsTabWrapper />
40- < div className = "about-attribution-container" >
41+ { /* <div className="about-attribution-container">
4142 <p className="about-attribution-message">
4243 Thank you to{' '}
4344 <a
@@ -59,7 +60,7 @@ const PageAbout = () => {
5960 </a>{' '}
6061 for various icons and graphics used throughout the website!
6162 </p>
62- </ div >
63+ </div> */ }
6364 </ div >
6465 </ >
6566 ) ;
@@ -167,7 +168,7 @@ const AboutUsExecTeam = () => {
167168 < div className = "exec-game-container" >
168169 < button onClick = { getNextExec } ref = { machineRef } >
169170 < LazyLoadImage
170- src = { placeholder }
171+ src = { gachamachine }
171172 alt = "exec-game-machine"
172173 className = "exec-game-machine"
173174 />
You can’t perform that action at this time.
0 commit comments