Skip to content

Commit

Permalink
Revert "1503 agency logo not displaying"
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrug authored Jan 10, 2025
1 parent 5c43b85 commit fb2d46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/client/src/components/ChallengeDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ export const ChallengeDetails = ({challenge, challengePhases, preview, print, ta
<div className="logos">
<img
className="agency-logo"
src={`${imageBase ? imageBase : ''}${encodeURIComponent(challenge.agency_logo || '')}`}
src={`${imageBase}${encodeURIComponent(challenge.agency_logo)}`}
alt={`Agency logo for ${challenge.agency_name}`}
/>

Expand Down

0 comments on commit fb2d46e

Please sign in to comment.