Skip to content

Commit

Permalink
Merge pull request #402 from ClimateTown/update-twemoji
Browse files Browse the repository at this point in the history
Update twemoji CDN
  • Loading branch information
VeckoTheGecko authored Aug 5, 2024
2 parents 53a186c + d0af6f9 commit eda42da
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,13 @@
"avatar_url": "https://avatars.githubusercontent.com/u/127327471?v=4",
"profile": "https://github.com/Stephen-at-Pleno",
"contributions": ["content"]
},
{
"login": "EdwardPrado",
"name": "Edward Prado",
"avatar_url": "https://avatars.githubusercontent.com/u/45430107?v=4",
"profile": "https://github.com/EdwardPrado",
"contributions": ["bug"]
}
],
"commitType": "docs"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ Thanks go to these wonderful people ([emoji key](https://allcontributors.org/doc
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Lyrete"><img src="https://avatars.githubusercontent.com/u/34749217?v=4?s=60" width="60px;" alt="Tommi Alajoki"/><br /><sub><b>Tommi Alajoki</b></sub></a><br /><a href="https://github.com/ClimateTown/knowledge-hub/commits?author=Lyrete" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Stephen-at-Pleno"><img src="https://avatars.githubusercontent.com/u/127327471?v=4?s=60" width="60px;" alt="Stephen Tanner"/><br /><sub><b>Stephen Tanner</b></sub></a><br /><a href="#content-Stephen-at-Pleno" title="Content">🖋</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/EdwardPrado"><img src="https://avatars.githubusercontent.com/u/45430107?v=4?s=60" width="60px;" alt="Edward Prado"/><br /><sub><b>Edward Prado</b></sub></a><br /><a href="https://github.com/ClimateTown/knowledge-hub/issues?q=author%3AEdwardPrado" title="Bug reports">🐛</a></td>
</tr>
</tbody>
</table>
Expand Down
4 changes: 2 additions & 2 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
<!-- Emoji support with Twemoji https://github.com/twitter/twemoji -->
<link
rel="preload"
href="https://twemoji.maxcdn.com/v/latest/twemoji.min.js"
href="https://cdn.jsdelivr.net/npm/@twemoji/api@latest/dist/twemoji.min.js"
as="script"
/>
<script
src="https://twemoji.maxcdn.com/v/latest/twemoji.min.js"
src="https://cdn.jsdelivr.net/npm/@twemoji/api@latest/dist/twemoji.min.js"
crossorigin="anonymous"
></script>
</svelte:head>
Expand Down

0 comments on commit eda42da

Please sign in to comment.