Skip to content

Commit

Permalink
Merge pull request #14 from csesoc/CW2-22_Add_TradeDesk_Sponsor
Browse files Browse the repository at this point in the history
[CW2-22] Add Trade Desk Sponsor
  • Loading branch information
mingxuan0710 authored Jun 13, 2024
2 parents 16ad1ca + 80bbc83 commit e63b0aa
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
32 changes: 32 additions & 0 deletions frontend/public/assets/The_Trade_Desk.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions frontend/public/data/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ export const goldLinks: sponsorInfo[] = [
href: 'https://safetyculture.com/',
svg: 'assets/safetyculture_logo.svg',
alt: 'SafetyCulture logo'
},
{
href: 'https://www.thetradedesk.com/',
svg: 'assets/The_Trade_Desk.svg',
alt: 'TradeDesk logo'
}
];

Expand Down

0 comments on commit e63b0aa

Please sign in to comment.