Skip to content

Commit 6fb8db0

Browse files
committed
remove styling for Title component
1 parent 1bd78cf commit 6fb8db0

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

components/Title.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
import styles from '../styles/Title.module.scss';
2-
31
const Title = ({ title }) => {
4-
return <h2 className={styles.title}>{title}</h2>;
2+
return <h2>{title}</h2>;
53
};
64

75
export default Title;

styles/Title.module.scss

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)