Skip to content

Commit

Permalink
feat: updates unfurl image for gr12 (#9770)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdixon authored Nov 30, 2021
1 parent 2ce8e89 commit 57c2bed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added app/assets/v2/images/twitter_cards/grants12.jpg
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/grants11.png')),
'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 57c2bed

Please sign in to comment.