From 102a6fd11eb907b43ca0b195eb5e48a1e0f98be4 Mon Sep 17 00:00:00 2001 From: Bryce Murphy Date: Sun, 17 Feb 2019 01:54:57 -0500 Subject: [PATCH] card fixing --- public/js/profileGen.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/js/profileGen.js b/public/js/profileGen.js index c571275..85b6f8f 100644 --- a/public/js/profileGen.js +++ b/public/js/profileGen.js @@ -9,11 +9,11 @@ function profileGen(username, container) } parseOrgs(user.login).then( (orgsReturn) => { let html = - "
\ + "
\ \ -
\ +
\
\ -
"+ +
"+ (user.name != null ? "
"+user.name+"
" : "") +" \
"+user.login+"
\
\ @@ -29,8 +29,8 @@ function profileGen(username, container) \
\
\ -
\ -
\ +
\ +
\

"+user.html_url+"

\ " + (user.blog != null ? "

"+user.blog+"

" : "")+" \
\