Skip to content

Commit

Permalink
final commit
Browse files Browse the repository at this point in the history
  • Loading branch information
anipnwr7777 committed Feb 12, 2022
1 parent ab8ca8b commit 1a39099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Quote.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function Quote() {
return (
<div className="quote-wrapper">
{/* <span className="block-quote">"</span> */}
<img src="https://www.pngall.com/wp-content/uploads/4/Quotation-Mark-PNG-Image.png" className="img-quote"></img>
<img src="https://www.pngall.com/wp-content/uploads/4/Quotation-Mark-PNG-Image.png" className="img-quote" alt=""></img>
<h1>
{quote.length && quote[0].quote}
</h1>
Expand Down

0 comments on commit 1a39099

Please sign in to comment.