Skip to content

Commit

Permalink
Change details in style
Browse files Browse the repository at this point in the history
  • Loading branch information
rebecka-oscarsson committed Apr 21, 2022
1 parent 56b0a2e commit f9ee7ae
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 21 deletions.
4 changes: 2 additions & 2 deletions App.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion LanguageSelect.module.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 12 additions & 7 deletions Nav.module.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Nav.module.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions NavLink.module.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions NavLink.module.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions src/components/views/Error.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
import React from "react";
import styles from "./Error.module.scss";

function Error() {
return <main className={styles.error}><h2><i className="fa fa-exclamation-triangle" aria-hidden="true" /> Error loading the page</h2></main>;
return (
<main>
<h2>
<i className="fa fa-exclamation-triangle" aria-hidden="true" /> Error
loading the page
</h2>
</main>
);
}

export default Error;
3 changes: 0 additions & 3 deletions src/components/views/Error.module.scss

This file was deleted.

0 comments on commit f9ee7ae

Please sign in to comment.