Skip to content

Commit 2435c57

Browse files
gkaConduitry
authored andcommitted
fix link to CSS in JS blog post
1 parent 57735d4 commit 2435c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/routes/index.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
</section>
174174

175175
<section class="container example">
176-
<p>CSS is component-scoped by default — no more style collisions or specificity wars. Or you can <a href="TODO-blog-post-on-css-in-js">use your favourite CSS-in-JS library</a>.</p>
176+
<p>CSS is component-scoped by default — no more style collisions or specificity wars. Or you can <a href="/blog/svelte-css-in-js">use your favourite CSS-in-JS library</a>.</p>
177177

178178
<div class="repl-container">
179179
<IntersectionObserver once let:intersecting top={400}>

0 commit comments

Comments
 (0)