Skip to content

Commit

Permalink
update twitter card
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Nov 30, 2021
1 parent 29f5fa7 commit 1a31d9d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed app/assets/v2/images/twitter_cards/grants12.jpg
Binary file not shown.
Binary file added app/assets/v2/images/twitter_cards/grants12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/grants/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ def grants_landing(request):
'title': 'Grants',
'EMAIL_ACCOUNT_VALIDATION': EMAIL_ACCOUNT_VALIDATION,
'card_desc': f'{live_now}',
'avatar_url': request.build_absolute_uri(static('v2/images/twitter_cards/grants12.jpg')),
'avatar_url': request.build_absolute_uri(static('v2/images/twitter_cards/grants12.png')),
'card_type': 'summary_large_image',
'avatar_height': 675,
'avatar_width': 1200,
Expand Down

0 comments on commit 1a31d9d

Please sign in to comment.