Skip to content

Commit

Permalink
add player icon
Browse files Browse the repository at this point in the history
  • Loading branch information
henryhuang committed Jun 30, 2024
1 parent 481fc7c commit d8fe459
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions largier-client/src/default/pages/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import Avatar from '../../res/images/avatar.jpg';
import Header from '../../res/images/headerChurch.jpg';
import Video from '../../res/images/largier.mp4';
import InstagramIcon from '../../res/images/instagram.svg';
import PlayerIcon from '../../res/images/player.svg';

import i18n from '../../i18n';

Expand All @@ -54,6 +55,19 @@ class Home extends Component {
<Nav />
<div className="headerFrame" />

<Fab
icon={
<img width={50} src={PlayerIcon} alt="Play music" />
}
mainButtonStyles={{
backgroundColor: 'white',
bottom: '74px',
}}
onClick={() => {
window.open('https://on.soundcloud.com/vQ2N8RdFw28KTTjg6');
}}
/>

<Fab
icon={
<img width={50} src={InstagramIcon} alt="Go go my Instagram" />
Expand Down
1 change: 1 addition & 0 deletions largier-client/src/res/images/player.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d8fe459

Please sign in to comment.