We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a38d9 commit 9d6f69dCopy full SHA for 9d6f69d
packages/postgres-database/src/simcore_postgres_database/models/products.py
@@ -42,7 +42,7 @@ class Vendor(TypedDict, total=False):
42
url: str # vendor website
43
license_url: str # Which are the license terms? (if applies)
44
logo: str # vendor logo
45
- strong_color: str # vendor color
+ strong_color: str # vendor main color
46
47
invitation_url: str # How to request a trial invitation? (if applies)
48
invitation_form: bool # If True, it takes precendence over invitation_url and asks the FE to show the form (if defined)
0 commit comments