docs: add_db_logos (#18818)

* docs: added yugabytedb and teradata logos in all the right places

* docs: added yugabytedb and teradata logos in all the right places
This commit is contained in:
Srini Kadamati
2022-02-18 20:49:12 -05:00
committed by GitHub
parent 91236a5225
commit e3129e8999
9 changed files with 50 additions and 10 deletions

View File

@@ -133,4 +133,14 @@ export const Databases = [
href: 'https://www.ibm.com/products/netezza',
imgName: 'netezza.png',
},
{
title: 'Teradata',
href: "www.teradata.com",
imgName: 'teradata.png'
},
{
title: 'YugabyteDB',
href: "www.yugabyte.com",
imgName: 'yugabyte.png'
}
];