diff options
author | 2020-09-28 04:04:06 +0100 | |
---|---|---|
committer | 2020-09-28 04:04:06 +0100 | |
commit | 96bb44927bf674aa0cd139ef430921de2d988bc3 (patch) | |
tree | 21f585fde616e3b0070b0ae33d193233d3237490 /src/components/HeaderBar | |
parent | Merge branch 'main' of github.com:python-discord/forms-frontend into main (diff) |
Add initial tests
Diffstat (limited to 'src/components/HeaderBar')
-rw-r--r-- | src/components/HeaderBar/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/HeaderBar/index.tsx b/src/components/HeaderBar/index.tsx index 200221c..97dbb8c 100644 --- a/src/components/HeaderBar/index.tsx +++ b/src/components/HeaderBar/index.tsx @@ -43,7 +43,7 @@ function HeaderBar() { `}> Python Discord Forms </h1> - </div> + </div> } export default HeaderBar; |