feat: UE and Godot logos

This commit is contained in:
svensken94
2023-12-11 18:17:37 +03:00
parent 89d1553518
commit 645ebc9c60
3 changed files with 16 additions and 0 deletions
+14
View File
@@ -1575,5 +1575,19 @@ export const svgs: iSVG[] = [
category: 'Software',
route: '/library/hoppscotch.svg',
url: 'https://hoppscotch.com'
},
{
id: 226,
title: 'Unreal Engine',
category: 'Software',
route: '/library/unreal_engine.svg',
url: 'https://www.unrealengine.com/'
},
{
id: 227,
title: 'Godot Engine',
category: 'Software',
route: '/library/godot_engine.svg',
url: 'https://godotengine.org/'
}
];