Skip to content

Commit

Permalink
feat: adds svg file extension to logo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
akoenig committed Apr 14, 2024
1 parent 04cad65 commit 2d73324
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/workflow-logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type Props = Readonly<{
export function WorkflowLogo(props: Props) {
return (
<img
src={`/logos/${props.id}`}
src={`/logos/${props.id}.svg`}
alt={`The logo of the '${props.title}' workflow`}
className="w-full h-full"
/>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2d73324

Please sign in to comment.