aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components/Header
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2021-03-19 17:04:59 +0100
committerMichael Muré <batolettre@gmail.com>2021-03-19 17:04:59 +0100
commit07e1c45cd70554630640bb1ea25968078a36fd6c (patch)
tree1b604b88932719d219d941333f38f5209f65945a /webui/src/components/Header
parent0b3acaa3211b1c884bd42f18bf58383343b42bc1 (diff)
downloadgit-bug-07e1c45cd70554630640bb1ea25968078a36fd6c.tar.gz
webui: minor code fixes
Diffstat (limited to 'webui/src/components/Header')
-rw-r--r--webui/src/components/Header/Header.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/src/components/Header/Header.tsx b/webui/src/components/Header/Header.tsx
index 579bf127..3443fcf5 100644
--- a/webui/src/components/Header/Header.tsx
+++ b/webui/src/components/Header/Header.tsx
@@ -46,7 +46,7 @@ function Header() {
<img src="/logo.svg" className={classes.logo} alt="git-bug" />
git-bug
</Link>
- <div className={classes.filler}></div>
+ <div className={classes.filler} />
<div className={classes.lightSwitch}>
<LightSwitch />
</div>