Skip to content

Commit

Permalink
feat: Add duplicate 'img -> company.image' element at 'CompanyPage'
Browse files Browse the repository at this point in the history
  • Loading branch information
ITurres committed May 9, 2024
1 parent 4324c10 commit 107b269
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/CompanyPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ function CompanyPage() {
alt={company.companyName}
className="logo w-50"
/>
<img
src={company.image}
alt={company.companyName}
className="company-page-hero__logo w-50"
/>
<div className="w-100 text-center">
<h1 className="strong">{company.symbol}</h1>
<span>{company.price}</span>
Expand Down

0 comments on commit 107b269

Please sign in to comment.