Skip to content

Commit

Permalink
Merge pull request #45 from flutter-belgium/fix/companies
Browse files Browse the repository at this point in the history
Update CompanyList.tsx
  • Loading branch information
vanlooverenkoen authored Jul 19, 2023
2 parents aa89b79 + cdeb704 commit 080d203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/company/list/CompanyList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const CompanyList = (props: CompanyListProps) => {
}
<Link
className={style.addCompanyContainer}
href='https://github.com/flutter-belgium/made_in_flutter_belgium_data/tree/main/examples/companies'
href='https://github.com/flutter-belgium/made_in_flutter_belgium_data/wiki/Companies'
target='_blank'
aria-label={translations.companies_add_company_btn}>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
Expand All @@ -33,4 +33,4 @@ const CompanyList = (props: CompanyListProps) => {
}


export default CompanyList
export default CompanyList

0 comments on commit 080d203

Please sign in to comment.