Skip to content

Commit

Permalink
halfmoon
Browse files Browse the repository at this point in the history
  • Loading branch information
steskelt committed Feb 26, 2024
1 parent 8a131f5 commit 43501ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _pages/rankings.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ <h1 class="display-6 fw-bold text-center">Influencer Rankings</h1>
profileTypeImage(influencer){
if (influencer.meta.type == "twitter" || influencer.meta.type == "x") return html`<img src="/assets/integrations/x.svg" style="width:30px;margin-left:4px">`;
if (influencer.meta.type == "youtube") return html`<img src="/assets/integrations/youtube.svg">`;
if (influencer.meta.type == "web" || influencer.meta.type == "url") return html`<img src="/assets/influencer-webpages.svg">`;
if (influencer.meta.type == "web" || influencer.meta.type == "url") return html`<img src="/assets/webpages.svg">`;
return html``;
}

Expand Down

0 comments on commit 43501ff

Please sign in to comment.