mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-12 22:20:09 +02:00
Fixes lint style errors
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
exports[`<NotFound /> renders 1`] = `
|
||||
<div
|
||||
class="NotFound"
|
||||
class="not-found"
|
||||
>
|
||||
<p>
|
||||
Oops, Page was not found!
|
||||
|
@@ -13,7 +13,7 @@ const NotFound = ({ staticContext }: Props) => {
|
||||
if (staticContext) staticContext.statusCode = 404
|
||||
|
||||
return (
|
||||
<div className={styles.NotFound}>
|
||||
<div className={styles["not-found"]}>
|
||||
<Helmet title="Oops" />
|
||||
<p>Oops, Page was not found!</p>
|
||||
</div>
|
||||
|
@@ -1,3 +1,3 @@
|
||||
.NotFound {
|
||||
.not-found {
|
||||
padding: 0 15px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user