Skip to content

Commit

Permalink
fix: correct dark logo render and make it static
Browse files Browse the repository at this point in the history
  • Loading branch information
0-vortex committed Apr 11, 2023
1 parent 9937dfb commit dc9f3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/social-card/templates/user-profile-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const userProfileCard = (avatarUrl: string, name: string, langs: string, repos:
${name}
</h1>
<img tw="w-48px h-48px border border-sauced-orange rounded" src="https://raw.githubusercontent.com/open-sauced/assets/main/svgs/slice-Black-Gradient.svg"/>
<img tw="w-48px h-48px border border-white rounded" src="https://raw.githubusercontent.com/open-sauced/assets/d9a0d5a317036084aa3f5f4e20cdfbe58dc37377/svgs/slice-Orange-Gradient.svg"/>
</div>
<div tw="flex-col" style="gap: 8px;">
Expand Down

0 comments on commit dc9f3a4

Please sign in to comment.