Skip to content

Commit 57c2bed

Browse files
authored
feat: updates unfurl image for gr12 (#9770)
1 parent 2ce8e89 commit 57c2bed

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
1.48 MB
Loading

app/grants/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ def grants_landing(request):
948948
'title': 'Grants',
949949
'EMAIL_ACCOUNT_VALIDATION': EMAIL_ACCOUNT_VALIDATION,
950950
'card_desc': f'{live_now}',
951-
'avatar_url': request.build_absolute_uri(static('v2/images/twitter_cards/grants11.png')),
951+
'avatar_url': request.build_absolute_uri(static('v2/images/twitter_cards/grants12.png')),
952952
'card_type': 'summary_large_image',
953953
'avatar_height': 675,
954954
'avatar_width': 1200,

0 commit comments

Comments
 (0)