Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit 28def1f

Browse files
committed
fix text color issue
1 parent ed285df commit 28def1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/login.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import BannerSection from '../components/common/banner';
66
export default () => {
77
return (
88
<Layout>
9-
<BannerSection textInverted title="Login / Register" subTitle="Coming Soon..." />
9+
<BannerSection title="Login / Register" subTitle="Coming Soon..." />
1010
</Layout>
1111
);
1212
};

0 commit comments

Comments
 (0)