mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
feat: UE and Godot logos
This commit is contained in:
@@ -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/'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user