Skip to content

Commit

Permalink
fix: vacancy avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
Regikon committed Dec 17, 2024
1 parent fbe5be8 commit 2a41fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/application/components/vacancy_card/vacancy_card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class VacancyCard extends Component {
return (
<article className={`${this.props.elementClass} vacancy-card vacancy-card_theme-dark`}>
<div className="vacancy-card__header-container">
<img className="vacancy-card__company-picture" src="{{avatar}}" />
<img className="vacancy-card__company-picture" src={vacancy.avatar} />
<div className="vacancy-card__header vacancy-summary">
<a
className="vacancy-card__header-link"
Expand Down

0 comments on commit 2a41fc9

Please sign in to comment.