diff options
author | 2020-09-28 04:06:36 +0100 | |
---|---|---|
committer | 2020-09-28 04:06:36 +0100 | |
commit | ea4aacf07390a5da0aeb1c4850f07d6076b4a854 (patch) | |
tree | 21f585fde616e3b0070b0ae33d193233d3237490 /src/components/HeaderBar | |
parent | Merge branch 'main' of github.com:python-discord/forms-frontend into main (diff) | |
parent | Add initial tests (diff) |
Merge pull request #4 from python-discord/testing/add-initial-tests
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; |