Skip to content

Commit aad1d0b

Browse files
committed
icon name
1 parent b587d1d commit aad1d0b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed
+4-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
21
class Presenters:
32
@staticmethod
43
def technology(item):
54
return {
6-
'similar_technologies': item['similar_technologies'],
7-
'description': item['description'],
8-
'origins': item['origins'],
95
'technology': item['technology'],
10-
'category': item['category']
6+
'category': item['category'],
7+
'description': item['description'],
8+
'icon': item['icon'],
9+
'origins': item['origins']
1110
}

0 commit comments

Comments
 (0)