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 #42 from PrefectHQ/update-logo-urls-prefect-twitter
Browse files Browse the repository at this point in the history
Update Logo URLs
  • Loading branch information
zzstoatzz committed Nov 28, 2023
2 parents b286594 + cfdfd89 commit b9d8b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prefect_twitter/credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class TwitterCredentials(Block):
""" # noqa E501

_block_type_name = "Twitter Credentials"
_logo_url = "https://images.ctfassets.net/gm98wzqotmnx/1NyN5egjNk9Sel17rs0cTz/067bb478b4fec22d8aa47b79b085a6e9/twitter.png?h=250" # noqa
_logo_url = "https://cdn.sanity.io/images/3ugk85nk/production/747aa724fedcefd1c1cec248ab7a5b518a1191cd-250x250.png" # noqa
_documentation_url = "https://prefecthq.github.io/prefect-twitter/credentials/#prefect_twitter.credentials.TwitterCredentials" # noqa

consumer_key: str = Field(
Expand Down

0 comments on commit b9d8b83

Please sign in to comment.