imporved pricing page, better display for Login/register modal form

This commit is contained in:
2021-01-05 13:03:46 +01:00
parent 7f027f322c
commit ff03643ec7
17 changed files with 315 additions and 151 deletions

View File

@@ -78,6 +78,7 @@ type Product {
title: String
bundle: String
body: String
price_description: String
path: String
variations: [Variation]
}