style: Removes extra spaces (#6558)

Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
Mohammad Amin
2023-05-14 00:39:16 +03:30
committed by GitHub
parent f6f9ed0396
commit 6977c32631
10 changed files with 10 additions and 21 deletions

View File

@@ -16,7 +16,6 @@ function App() {
className="custom-footer"
onClick={() => alert("This is dummy footer")}
>
{" "}
custom footer
</button>
</Footer>