Skip to content

Commit

Permalink
Fixed Some Typos
Browse files Browse the repository at this point in the history
Added code consistency in index.html.

Icons wouldn't load for some reason
  • Loading branch information
Ebenmars committed Jan 19, 2024
1 parent dcfff92 commit b391ba0
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 36 deletions.
4 changes: 2 additions & 2 deletions frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<meta name="description" content="Web site created using create-react-app" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png">
<title>Github Quotes for Readme</title>
</head>

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/Dashboard/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function Dashboard(props) {
src='https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=276934&theme=light'
alt='Dynamic GitHub Profile Readme Quotes - Everlasting Poetic Touch to GitHub Profiles for everyone | Product Hunt'
style={{
width: ' 250px',
width: '250px',
height: '54px',
}}
width='250'
Expand Down
89 changes: 56 additions & 33 deletions package-lock.json

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

0 comments on commit b391ba0

Please sign in to comment.