diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 75d40be..274ac0e 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -628,8 +628,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