Skip to content

Commit

Permalink
updating pages title
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesar Faber authored and Cesar Faber committed Feb 7, 2024
1 parent b545002 commit 490d600
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Modal/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
border-bottom: 1px solid #3b3b3b;

&:hover {
background: #222529;
background: #474747;

a {
text-decoration: none;
Expand Down
2 changes: 2 additions & 0 deletions src/pages/404.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ const NotFound = () => {
);
};

export const Head = () => <title>nothing here | cesarolvr</title>;

export default NotFound;
2 changes: 1 addition & 1 deletion src/pages/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ const About = () => {

export default About;

export const Head = () => <title>sobre | cesarolvr</title>;
export const Head = () => <title>about | cesarolvr</title>;
2 changes: 1 addition & 1 deletion src/pages/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ const Actions = () => {

export default Actions;

export const Head = () => <title>quick actions</title>;
export const Head = () => <title>quick actions | cesarolvr</title>;

0 comments on commit 490d600

Please sign in to comment.