diff --git a/src/data/svgs.ts b/src/data/svgs.ts index ab38bc3..e95a8c5 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1592,9 +1592,30 @@ export const svgs: iSVG[] = [ }, { id: 228, + title: 'Unreal Engine', + category: 'Software', + route: '/library/unreal_engine.svg', + url: 'https://www.unrealengine.com/' + }, + { + id: 229, + title: 'Godot Engine', + category: 'Software', + route: '/library/godot_engine.svg', + url: 'https://godotengine.org/' + }, + { + id: 230, + title: 'Datadog', + category: 'Software', + route: '/library/datadog.svg', + url: 'https://www.datadoghq.com/' + }, + { + id: 231, title: 'Randevum', category: 'Software', route: '/library/randevum.svg', url: 'https://www.randevum.co' - } + }, ]; diff --git a/static/library/datadog.svg b/static/library/datadog.svg new file mode 100644 index 0000000..eb381c1 --- /dev/null +++ b/static/library/datadog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/godot_engine.svg b/static/library/godot_engine.svg new file mode 100644 index 0000000..1da8775 --- /dev/null +++ b/static/library/godot_engine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/unreal_engine.svg b/static/library/unreal_engine.svg new file mode 100644 index 0000000..d3501d5 --- /dev/null +++ b/static/library/unreal_engine.svg @@ -0,0 +1 @@ + \ No newline at end of file