Skip to content

Commit

Permalink
Add Intent to the Hall of Fame
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrech committed Nov 26, 2024
1 parent 1a2d418 commit db61449
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file added public/images/hall-of-fame/intent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion src/Controller/ContentController.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ public function hallOfFame(): Response
'link' => 'https://www.elao.com',
'image' => 'elao.jpg',
],

[
'label' => 'EvaluAgent',
'link' => 'https://www.evaluagent.com/',
Expand Down Expand Up @@ -139,6 +138,11 @@ public function hallOfFame(): Response
'link' => 'https://www.idracompany.com/',
'image' => 'IDRA.png',
],
[
'label' => 'Intent',
'link' => 'https://www.withintent.com/',
'image' => 'intent.png',
],
[
'label' => 'IS Decisions',
'link' => 'https://www.isdecisions.com/',
Expand Down

0 comments on commit db61449

Please sign in to comment.