diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 8675392c..eab6690f 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -2399,16 +2399,23 @@ export const svgs: iSVG[] = [
route: "/library/airbnb.svg",
wordmark: "/library/airbnb-wordmark.svg",
url: "https://www.airbnb.com",
+ },
+ {
+ title: 'Friym',
+ category: 'Social',
+ route: '/library/friym.svg',
+ wordmark: '/library/friym-wordmark.svg',
+ url: 'https://www.friym.com'
},
{
- title: "Uber",
- category: "Software",
+ title: 'Uber',
+ category: 'Software',
route: {
- light: "/library/uber_light.svg",
- dark: "/library/uber_dark.svg",
+ light: '/library/uber_light.svg',
+ dark: '/library/uber_dark.svg'
},
- url: "https://www.uber.com",
- brandUrl: "https://brand.uber.com/",
+ url: 'https://www.uber.com',
+ brandUrl: 'https://brand.uber.com/'
},
{
title: "Gmail",
diff --git a/static/library/friym-wordmark.svg b/static/library/friym-wordmark.svg
new file mode 100644
index 00000000..ded61b83
--- /dev/null
+++ b/static/library/friym-wordmark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/friym.svg b/static/library/friym.svg
new file mode 100644
index 00000000..e230be01
--- /dev/null
+++ b/static/library/friym.svg
@@ -0,0 +1 @@
+
\ No newline at end of file