aboutsummaryrefslogtreecommitdiff
path: root/src/components/page.tsx
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-01-16 10:38:15 +0100
committerlonkaars <l.leblansch@gmail.com>2021-01-16 10:38:15 +0100
commitbe52cd3265f93b09fc400ecaa58cde0a93ed41e6 (patch)
tree1abc2ebd785879ec07844acf0594c50296155bb7 /src/components/page.tsx
parentb4840befd37b78097f7fad80dd43425d65ca4d7e (diff)
notification be gone
Diffstat (limited to 'src/components/page.tsx')
-rw-r--r--src/components/page.tsx2
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>;
}
}