Skip to content

Commit

Permalink
back: increase size of ts logo in entity preview
Browse files Browse the repository at this point in the history
  • Loading branch information
GresilleSiffle committed Dec 12, 2024
1 parent 2179d85 commit a884259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tournesol/views/previews/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
TS_SCORE_SHIFT_T = 2

TS_LOGO_MARGIN = (2, 4)
TS_LOGO_SIZE = (17, 17)
TS_LOGO_SIZE = (19, 19)


class DynamicWebsitePreviewEntity(BasePreviewAPIView):
Expand Down

0 comments on commit a884259

Please sign in to comment.