diff --git a/site/content/blog/2018-12-26-svelte-css-in-js.md b/site/content/blog/2018-12-26-svelte-css-in-js.md index 1c48bcc938..40bbfe8bd1 100644 --- a/site/content/blog/2018-12-26-svelte-css-in-js.md +++ b/site/content/blog/2018-12-26-svelte-css-in-js.md @@ -15,7 +15,7 @@ But Svelte's style handling does have some limitations. It's too difficult to sh ## For example -Here, we're using [Aphrodite](https://github.com/Khan/aphrodite) to generate scoped class names that can be used across multiple components: +Here, we're using [Emotion](https://emotion.sh) to generate scoped class names that can be used across multiple components: