From 0ff6f5b0b094e4c7e6e77f28d2211e22d7a416c0 Mon Sep 17 00:00:00 2001 From: Richard Harris Date: Sun, 21 Apr 2019 16:24:57 -0400 Subject: [PATCH] update links --- site/src/routes/_components/Blurb.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/src/routes/_components/Blurb.svelte b/site/src/routes/_components/Blurb.svelte index 8dfa4494d8..14872244b8 100644 --- a/site/src/routes/_components/Blurb.svelte +++ b/site/src/routes/_components/Blurb.svelte @@ -133,7 +133,7 @@ learn more - +

Truly reactive

No more complex state management libraries — Svelte brings reactivity to JavaScript itself

@@ -145,7 +145,7 @@

Instead of using techniques like virtual DOM diffing, Svelte writes code that surgically updates the DOM when the state of your app changes.

-

Read the introductory blog post to learn more.

+

Read the introductory blog post to learn more.