We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a2d418 commit db61449Copy full SHA for db61449
public/images/hall-of-fame/intent.png
7.45 KB
src/Controller/ContentController.php
@@ -103,7 +103,6 @@ public function hallOfFame(): Response
103
'link' => 'https://www.elao.com',
104
'image' => 'elao.jpg',
105
],
106
-
107
[
108
'label' => 'EvaluAgent',
109
'link' => 'https://www.evaluagent.com/',
@@ -139,6 +138,11 @@ public function hallOfFame(): Response
139
138
'link' => 'https://www.idracompany.com/',
140
'image' => 'IDRA.png',
141
+ [
142
+ 'label' => 'Intent',
143
+ 'link' => 'https://www.withintent.com/',
144
+ 'image' => 'intent.png',
145
+ ],
146
147
'label' => 'IS Decisions',
148
'link' => 'https://www.isdecisions.com/',
0 commit comments