Skip to content

Commit 9d6f69d

Browse files
committed
minor
1 parent e9a38d9 commit 9d6f69d

File tree

1 file changed

+1
-1
lines changed
  • packages/postgres-database/src/simcore_postgres_database/models

1 file changed

+1
-1
lines changed

packages/postgres-database/src/simcore_postgres_database/models/products.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Vendor(TypedDict, total=False):
4242
url: str # vendor website
4343
license_url: str # Which are the license terms? (if applies)
4444
logo: str # vendor logo
45-
strong_color: str # vendor color
45+
strong_color: str # vendor main color
4646

4747
invitation_url: str # How to request a trial invitation? (if applies)
4848
invitation_form: bool # If True, it takes precendence over invitation_url and asks the FE to show the form (if defined)

0 commit comments

Comments
 (0)