Skip to content

Commit

Permalink
Merge pull request #580 from RobzLegz/579-favicons
Browse files Browse the repository at this point in the history
579 favicons
  • Loading branch information
RobzLegz authored Nov 17, 2021
2 parents 6c8abf7 + 35b2bc4 commit cd634e8
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions pages/credits.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const credits = () => {
<div className="credits">
<Head>
<title>MathRoom | Credits</title>
<link rel="icon" type="image/x-icon" href="/favicon.svg"></link>
</Head>

<GameBackground color={"purple"} />
Expand Down
1 change: 1 addition & 0 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default function Home() {
<div>
<Head>
<title>MathRoom</title>
<link rel="icon" type="image/x-icon" href="/favicon.svg"></link>
</Head>
<Notification />
</div>
Expand Down
1 change: 1 addition & 0 deletions pages/instructions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default function Instructions() {
<div className="instructionPage">
<Head>
<title>MathRoom | Instructions</title>
<link rel="icon" type="image/x-icon" href="/favicon.svg"></link>
</Head>

<Notification />
Expand Down
1 change: 1 addition & 0 deletions pages/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export default function Menu() {
<div className="menu">
<Head>
<title>MathRoom | Menu</title>
<link rel="icon" type="image/x-icon" href="/favicon.svg"></link>
</Head>

<Notification />
Expand Down
1 change: 1 addition & 0 deletions pages/privacy-policy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ function privacyPolicy() {
<div className="privacyPolicy">
<Head>
<title>MathRoom | Privacy policy</title>
<link rel="icon" type="image/x-icon" href="/favicon.svg"></link>
</Head>

<PrivacyPolicy />
Expand Down
4 changes: 4 additions & 0 deletions public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cd634e8

Please sign in to comment.