Skip to content

Commit 19de803

Browse files
authored
chore: remove useless link
1 parent fadd601 commit 19de803

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

www/pages/home/Home.js

+2-9
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,9 @@ import styles from './Home.css';
77

88
const Home = () => (
99
<div className={ styles.home }>
10-
<Link href="/foo">
11-
<a>Foo</a>
12-
</Link>
13-
14-
<div>
15-
<FormattedMessage id="home.title" />
16-
17-
<Contacts />
18-
</div>
10+
<FormattedMessage id="home.title" />
1911

12+
<Contacts />
2013
</div>
2114
);
2215

0 commit comments

Comments
 (0)