Skip to content

Commit

Permalink
Update language logo opacity in non-active repository link
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed May 13, 2024
1 parent 8ef54db commit a6ebeca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</div>

<div class="text-gray-400 text-xs ml-6">
<img src={{@repository.language.grayLogoUrl}} alt={{@repository.language.name}} class="w-6 h-6 block group-hover:hidden flex-shrink-0" />
<img src={{@repository.language.grayLogoUrl}} alt={{@repository.language.name}} class="opacity-75 w-6 h-6 block group-hover:hidden flex-shrink-0" />
<img src={{@repository.language.tealLogoUrl}} alt={{@repository.language.name}} class="w-6 h-6 hidden group-hover:block flex-shrink-0" />
</div>
</div>

0 comments on commit a6ebeca

Please sign in to comment.