Skip to content

Commit 8806790

Browse files
committed
Update index.tsx
1 parent 29fbf86 commit 8806790

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import React from 'react';
22
import styled from 'styled-components';
33
import Head from 'next/head';
4-
import { GiMountaintop, GiMushrooms } from 'react-icons/gi';
4+
import { GiMountaintop, GiMushrooms, GiGuitar } from 'react-icons/gi';
55
import { DiRust } from 'react-icons/di';
6-
import { FaTruckMonster, FaBicycle } from 'react-icons/fa';
6+
import { FaTruckMonster } from 'react-icons/fa';
77

88
export 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>

0 commit comments

Comments
 (0)