diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index b0c0eca..894db4c 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -633,8 +633,9 @@ export const svgs: iSVG[] = [
{
title: "Netflix",
category: "Entertainment",
- route: "/library/netflix.svg",
- url: "https://www.netflix.com/",
+ route: "/library/netflix-icon.svg",
+ wordmark: "/library/netflix-wordmark.svg",
+ url: "https://www.netflix.com",
brandUrl: "https://brand.netflix.com/en/assets/logos",
},
{
diff --git a/static/library/netflix-icon.svg b/static/library/netflix-icon.svg
new file mode 100644
index 0000000..a737893
--- /dev/null
+++ b/static/library/netflix-icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/netflix-wordmark.svg b/static/library/netflix-wordmark.svg
new file mode 100644
index 0000000..358020b
--- /dev/null
+++ b/static/library/netflix-wordmark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/netflix.svg b/static/library/netflix.svg
deleted file mode 100644
index d0bcee9..0000000
--- a/static/library/netflix.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file