Skip to content

Commit

Permalink
feat: Find logo at root of public asset folder
Browse files Browse the repository at this point in the history
  • Loading branch information
purplebugs committed Oct 28, 2024
1 parent 345dc9f commit d2f5aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alpaca-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ export default class AlpacaMap extends LitElement {
target="_blank"
data-testid="link-logo"
><img
src="${this.assetSource}/images/alpaca.life.logo.png"
src="${this.assetSource}/alpaca.life.logo.png"
width="100px"
height="100px"
alt="Alpaca Life logo"
Expand Down

0 comments on commit d2f5aac

Please sign in to comment.