Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 24c25b7

Browse files
committed
DONT USE INLINE STYLES
1 parent 627f1f3 commit 24c25b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp_frontend/src/components/pages/errors/Error404.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Link } from 'react-router-dom';
33

44
export default function Error404() {
55
return <div>
6-
<p style={{textAlign:"center"}}>
6+
<p className={"text-center"}>
77
<Link to="/">Go to Home </Link>
88
</p>
99
</div>;

0 commit comments

Comments
 (0)