diff options
Diffstat (limited to 'src/components')
| -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;  |