Skip to content

Commit

Permalink
Add class name to the company logo panel
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldssebalamu committed Sep 21, 2023
1 parent eaa437f commit 6c0d403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/components/ContributingCompaniesPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ export default function UserShowcase(){
<section className='row text--center padding-horiz--md'>
{users.map(({...props}, idx) => (
<div className="col col--4">
<div className="">
<div className="company-logo">
<a href={props.BannerUrl}>
<img src={props.BannerUrl} alt={props.BannerUrl}></img>
<img src={props.BannerUrl} alt={props.BannerName}></img>
</a>
<br/>
</div>
Expand Down

0 comments on commit 6c0d403

Please sign in to comment.