We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e7659e + 35f9b56 commit 99e5aacCopy full SHA for 99e5aac
functions/technologies/libs/presenters.py
@@ -1,10 +1,10 @@
1
-
2
class Presenters:
3
@staticmethod
4
def technology(item):
5
return {
6
- 'description': item['description'],
7
- 'origins': item['origins'],
8
'technology': item['technology'],
9
- 'category': item['category']
+ 'category': item['category'],
+ 'description': item['description'],
+ 'icon': item['icon'],
+ 'origins': item['origins']
10
}
0 commit comments