Skip to content

Commit

Permalink
quick fix for r-multiverse-staging
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Aug 8, 2024
1 parent f1e8f66 commit aaab05a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ function load_github_user_info(){
if(universe === 'r-multiverse-staging'){
ghuser = 'r-multiverse';
}
$(".navbar img").attr('src', $(".navbar img").attr('src').replace(`/${universe}.png`, `/${ghuser}.png`));
$("#github-user-avatar").attr('src', avatar_url(ghuser, 248));
/*
get_text(`https://r-universe.dev/avatars/${ghuser}.keys`).then(function(res){
Expand Down

0 comments on commit aaab05a

Please sign in to comment.