Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #38 from PrefectHQ/update-logo-urls-prefect-monday
Browse files Browse the repository at this point in the history
Update Logo URLs
  • Loading branch information
zzstoatzz authored Nov 28, 2023
2 parents 71e74a6 + 6f854ad commit 52744ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prefect_monday/credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class MondayCredentials(Block):
"""

_block_type_name = "Monday Credentials"
_logo_url = "https://images.ctfassets.net/gm98wzqotmnx/3ohoKiYTO3Kjt6sri58HXu/27b45e8641127b196008976dde856058/imageedit_5_6047243931.png?h=250" # noqa
_logo_url = "https://cdn.sanity.io/images/3ugk85nk/production/ad8614977614bcafee59ec5a3ef080111f045ffc-250x250.png" # noqa

token: SecretStr = None

Expand Down

0 comments on commit 52744ea

Please sign in to comment.