Skip to content

Commit

Permalink
shrink 0
Browse files Browse the repository at this point in the history
  • Loading branch information
vascYT committed Dec 9, 2023
1 parent 8699142 commit 8af5eea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Lanyard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function SpotifyActivity() {
<p className="text-md font-bold text-white">@vasc</p>
<p className="text-sm">{activity.discord_status}</p>
</div>
<FiExternalLink className="ml-auto mr-4 h-4 w-4 text-white" />
<FiExternalLink className="ml-auto mr-4 h-4 w-4 shrink-0 text-white" />
</>
) : (
<>
Expand Down Expand Up @@ -73,7 +73,7 @@ export default function SpotifyActivity() {
</p>
</div>
{activity.spotify.track_id && (
<FiExternalLink className="ml-auto mr-4 h-4 w-4" />
<FiExternalLink className="ml-auto mr-4 h-4 w-4 shrink-0" />
)}
{activity.spotify.album_art_url && (
<img
Expand Down

0 comments on commit 8af5eea

Please sign in to comment.