Skip to content

Commit

Permalink
Remove some companies from hall of fame that seams dead (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrech authored Nov 6, 2024
1 parent 21382f7 commit 85ff9a4
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/Controller/ContentController.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,6 @@ public function hallOfFame(): Response
'link' => 'https://www.digitaldarts.com.au',
'image' => 'digital-darts.png',
],
[
'label' => 'Digital Ping Pong',
'link' => 'https://digitalpingpong.com/',
'image' => 'digital-ping-pong.svg',
],
[
'label' => 'Elao',
'link' => 'https://www.elao.com',
Expand Down Expand Up @@ -144,11 +139,6 @@ public function hallOfFame(): Response
'link' => 'https://www.idracompany.com/',
'image' => 'IDRA.png',
],
[
'label' => 'Ingot Portal',
'link' => 'https://ingotportal.com',
'image' => 'ingot.jpg',
],
[
'label' => 'IS Decisions',
'link' => 'https://www.isdecisions.com/',
Expand Down Expand Up @@ -209,11 +199,6 @@ public function hallOfFame(): Response
'link' => 'https://www.perkbox.com/',
'image' => 'perkbox-logo.png',
],
[
'label' => 'PipeCandy',
'link' => 'https://pipecandy.com/',
'image' => 'pipecandy.png',
],
[
'label' => 'Postman',
'link' => 'https://www.postman.com/',
Expand Down

0 comments on commit 85ff9a4

Please sign in to comment.