Skip to content

Commit 99e5aac

Browse files
Merge pull request #36 from HTTPArchive/development
tech icon name
2 parents 3e7659e + 35f9b56 commit 99e5aac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: functions/technologies/libs/presenters.py

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

0 commit comments

Comments
 (0)