File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import React from 'react' ;
22import styled from 'styled-components' ;
33import Head from 'next/head' ;
4- import { GiMountaintop , GiMushrooms } from 'react-icons/gi' ;
4+ import { GiMountaintop , GiMushrooms , GiGuitar } from 'react-icons/gi' ;
55import { DiRust } from 'react-icons/di' ;
6- import { FaTruckMonster , FaBicycle } from 'react-icons/fa' ;
6+ import { FaTruckMonster } from 'react-icons/fa' ;
77
88export default class Home extends React . PureComponent {
99 render ( ) {
@@ -53,8 +53,8 @@ export default class Home extends React.PureComponent {
5353 Gourmet Mushroom Cultivation
5454 </ li >
5555 < li >
56- < FaBicycle size = { 30 } />
57- Spin Classes (without dying)
56+ < FaGuitar size = { 30 } />
57+ Guitar Shredding
5858 </ li >
5959 </ ul >
6060 </ p >
You can’t perform that action at this time.
0 commit comments