From 0095f9ae3efb996cd4195116490236dc2f570dc8 Mon Sep 17 00:00:00 2001 From: Tristan Cormier Date: Mon, 12 Mar 2018 18:22:58 -0400 Subject: [PATCH] Fixed a bug where the usr avatar was scaled dwn in the usr settings menu Respecting commit title length limit is cool --- app/partials/user/user-profile.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/partials/user/user-profile.jade b/app/partials/user/user-profile.jade index fc3518bd..39f345cc 100644 --- a/app/partials/user/user-profile.jade +++ b/app/partials/user/user-profile.jade @@ -16,7 +16,7 @@ div.wrapper( form .project-details-image(tg-user-avatar) fieldset.image-container - img.image(tg-avatar="user" alt="avatar") + img.image(tg-avatar-big="user" alt="avatar") .loading-overlay img.loading-spinner( src="/#{v}/svg/spinner-circle.svg",