Skip to content

Commit

Permalink
fix(public): Fixed wrong words
Browse files Browse the repository at this point in the history
  • Loading branch information
TrejoCode committed Jun 2, 2024
1 parent 729f21a commit 1545e57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index" />
<link rel="icon" href="./favicon.ico" />
<link rel="icon" href="favicon.ico" />
<meta name="author" content="Trejocode" />
<meta name="theme-color" content="#33C8A3" />
<link rel="manifest" href="./manifest.json" />
<link rel="manifest" href="manifest.json" />
<meta httpEquiv="X-UA-Compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Meta tags -->
<title>React.js Boilerplate - Trejocode</title>
<meta
name="keywords"
content="React.js, boilterplate, trejocode react, reactjs boilterplate, react-router-dom"
content="React.js, boilerplate, trejocode react, reactjs boilerplate, react-router-dom"
data-rh="true"
/>
<meta
Expand All @@ -24,7 +24,7 @@
<!-- Og tags -->
<meta property="og:type" content="website" />
<meta property="og:title" content="React.js Boilerplate - Trejocode" />
<meta property="og:url" content="https://react-boilerplate.trejocode.com" />
<meta property="og:url" content="https://react.trejocode.com" />
<meta
property="og:image"
content="https://res.cloudinary.com/trejocode/image/upload/v1587696723/Trejocode/og-react-boilerplate_clvnwt.jpg"
Expand All @@ -43,10 +43,7 @@
/>
<!-- Twitter -->
<meta name="twitter:card" content="summary" />
<meta
name="twitter:url"
content="https://react-boilerplate.trejocode.com"
/>
<meta name="twitter:url" content="https://react.trejocode.com" />
<meta name="twitter:title" content="React.js Boilerplate - Trejocode" />
<meta
name="twitter:image"
Expand Down
2 changes: 1 addition & 1 deletion src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Router = (): JSX.Element => (
</RestrictRoute>
}
/>
<Route element={<Page404 />} />
<Route path="*" element={<Page404 />} />
</Routes>
</div>
</div>
Expand Down

0 comments on commit 1545e57

Please sign in to comment.