Skip to content

Commit

Permalink
chore(unavatar): use microlink as provider
Browse files Browse the repository at this point in the history
normally it gets better image definition
  • Loading branch information
Kikobeats committed Nov 20, 2021
1 parent 39d99f7 commit 71ffc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/recipes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const Logo = ({ height, width, isGeneric, domain, logo }) => {
const sizeProps = { height, width }

if (!isGeneric || !logo) {
return <Unavatar query={domain} {...sizeProps} />
return <Unavatar query={`microlink/${domain}`} {...sizeProps} />
}

return <Image alt={`${domain} logo`} src={logo} {...sizeProps} />
Expand Down

1 comment on commit 71ffc6a

@vercel
Copy link

@vercel vercel bot commented on 71ffc6a Nov 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.