Skip to content

Commit

Permalink
enhance: add background to explorer tile icons
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Nov 26, 2024
1 parent ee97147 commit fd7337a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/gdocs/components/ExplorerTiles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ function ExplorerTile({ url }: { url: string }) {
}
const icon = linkedChart.tags[0] ? (
<img
className="explorer-tile__icon"
height={40}
width={40}
src={`${BAKED_BASE_URL}/images/tag-icons/${encodeURIComponent(
Expand Down

0 comments on commit fd7337a

Please sign in to comment.