mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Merge pull request #785 from genius-wizard-dev/tensorflow
Update TensorFlow Using New Icon
This commit is contained in:
+10
-1
@@ -2727,8 +2727,17 @@ export const svgs: iSVG[] = [
|
||||
{
|
||||
title: "TensorFlow",
|
||||
category: "Library",
|
||||
route: "/library/tensorflow.svg",
|
||||
route: {
|
||||
light: "/library/tensorflow-icon-light.svg",
|
||||
dark: "/library/tensorflow-icon-dark.svg",
|
||||
},
|
||||
wordmark: {
|
||||
light: "/library/tensorflow-wordmark-light.svg",
|
||||
dark: "/library/tensorflow-wordmark-dark.svg",
|
||||
},
|
||||
url: "https://www.tensorflow.org/",
|
||||
brandUrl:
|
||||
"https://www.tensorflow.org/extras/tensorflow_brand_guidelines.pdf",
|
||||
},
|
||||
{
|
||||
title: "Midday",
|
||||
|
||||
Reference in New Issue
Block a user