Skip to content

Commit db61449

Browse files
committed
Add Intent to the Hall of Fame
1 parent 1a2d418 commit db61449

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

public/images/hall-of-fame/intent.png

7.45 KB
Loading

src/Controller/ContentController.php

+5-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ public function hallOfFame(): Response
103103
'link' => 'https://www.elao.com',
104104
'image' => 'elao.jpg',
105105
],
106-
107106
[
108107
'label' => 'EvaluAgent',
109108
'link' => 'https://www.evaluagent.com/',
@@ -139,6 +138,11 @@ public function hallOfFame(): Response
139138
'link' => 'https://www.idracompany.com/',
140139
'image' => 'IDRA.png',
141140
],
141+
[
142+
'label' => 'Intent',
143+
'link' => 'https://www.withintent.com/',
144+
'image' => 'intent.png',
145+
],
142146
[
143147
'label' => 'IS Decisions',
144148
'link' => 'https://www.isdecisions.com/',

0 commit comments

Comments
 (0)