server-landing-pages/src/_components/favicon.tsx
Sam Therapy 338c145739
Change to lume
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-09-25 19:02:59 +02:00

4 lines
110 B
TypeScript

export default (o: { char: string }) => (
<link rel="icon" href={`../img/${o.char}fishe.webp`} inline />
);