Skip to content

Commit 16a20f1

Browse files
committed
added gacha machine
1 parent 1341c00 commit 16a20f1

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

77 KB
Loading

client/src/pages/About/About.jsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ import { instagramAccounts } from '../../util/instagramAccounts';
2828
// import PropTypes from 'prop-types';
2929
import { 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';
3233
import { get } from 'lodash';
3334

3435
const 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
/>

0 commit comments

Comments
 (0)