Skip to content

Commit

Permalink
Show MariaDB logo in list of databases
Browse files Browse the repository at this point in the history
For new users learning about Prisma it is unclear if Prisma properly
supports MariaDB or not. Mentioning MariaDB explicitly makes it easy
for users to find that Prisma does indeed support MariaDB.
  • Loading branch information
ottok committed Mar 21, 2024
1 parent 973bf5b commit 09e3e00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/shortcodes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import {
Tab,
} from './gettingstarted'
import PostgresSQLSimple from '../../icons/technologies/PostgresSQLSimple'
import MariaDBDark from '../../icons/technologies/MariaDBDark'
import MySQLSimple from '../../icons/technologies/MySQLSimple'
import SQLServer from '../../icons/technologies/SQLServer'
import PlanetScale from '../../icons/technologies/PlanetScale'
Expand Down Expand Up @@ -93,6 +94,7 @@ const shortcodes = {
Tab,
SquareLogo,
PostgresSQLSimple,
MariaDBDark,
MySQLSimple,
SQLServer,
PlanetScale,
Expand Down

0 comments on commit 09e3e00

Please sign in to comment.