Skip to content

Commit

Permalink
test: fix images in component previews
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Mar 25, 2024
1 parent 0198f5f commit 16de230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helpers/frontend/views/frontend-components.njk
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

{{ authorize({
client: {
logo: "/assets/app.png",
logo: "/assets/app-icon-180.png",
name: "Indiekit",
url: "https://getindiekit.com"
},
Expand Down Expand Up @@ -182,7 +182,7 @@
{{ card({
photo: {
alt: "Alternative text",
url: "/assets/app.png"
url: "#"
},
icon: "delete",
locale: application.locale,
Expand Down

0 comments on commit 16de230

Please sign in to comment.