diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-01-16 10:38:15 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-01-16 10:38:15 +0100 |
commit | be52cd3265f93b09fc400ecaa58cde0a93ed41e6 (patch) | |
tree | 1abc2ebd785879ec07844acf0594c50296155bb7 /src/components/page.tsx | |
parent | b4840befd37b78097f7fad80dd43425d65ca4d7e (diff) |
notification be gone
Diffstat (limited to 'src/components/page.tsx')
-rw-r--r-- | src/components/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/page.tsx b/src/components/page.tsx index 37634a3..d8a4a2b 100644 --- a/src/components/page.tsx +++ b/src/components/page.tsx @@ -26,7 +26,7 @@ export class PageTitle extends Component { marginLeft: 6, marginTop: 32, marginBottom: 64, - fontSize: 25 + fontSize: 25, }}>{this.props.children}</h1>; } } |