Skip to content

Commit

Permalink
Merge branch 'main' into request-event-locals
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Jan 18, 2025
2 parents 4454160 + 46f2c6e commit a45b824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/solid-meta/reference/meta/link.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ To use an emoji as a favicon, first create a function that returns a data URI co
```jsx
const emojiSvg = (emoji) => {
return (
`data:image/svg+xml` +
`data:image/svg+xml;utf8,` +
`<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>${emoji}</text></svg>`
);
};
Expand All @@ -56,4 +56,4 @@ export default function Root() {
</MetaProvider>
);
}
```
```

0 comments on commit a45b824

Please sign in to comment.