diff --git a/.env b/.env index 56b42dd..b3c0eea 100644 --- a/.env +++ b/.env @@ -4,4 +4,4 @@ # Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server and MongoDB (Preview). # See the documentation for all the connection string options: https://pris.ly/d/connection-strings -DATABASE_URL="postgresql://johndoe:randompassword@localhost:5432/mydb?schema=public" \ No newline at end of file +DATABASE_URL="mysql://root:@localhost:3306/Superpipo" \ No newline at end of file diff --git a/components/Categories/Categories.js b/components/Categories/Categories.js index 273da10..f5eeecd 100644 --- a/components/Categories/Categories.js +++ b/components/Categories/Categories.js @@ -5,11 +5,11 @@ export default function Categories({ categories, favorites, handleSelectCategory

Favoris