mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
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:
@@ -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'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user