Skip to content

Commit c3d4755

Browse files
authored
fix quotemarks on homepage (#397)
1 parent 62cd057 commit c3d4755

File tree

2 files changed

+4
-32
lines changed

2 files changed

+4
-32
lines changed

apps/svelte.dev/src/routes/_home/Companies.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<enhanced:img src="./companies/apple.svg" alt="Apple logo" />
1010
</div>
1111
</div>
12-
<h2>used by companies you've heard of</h2>
12+
<h2>used by companies youve heard of</h2>
1313
<div class="wing">
1414
<div class="logos">
1515
<enhanced:img src="./companies/spotify.svg" alt="Spotify logo" />

apps/svelte.dev/src/routes/_home/Testimonials.svelte

Lines changed: 3 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -10,40 +10,12 @@
1010
<p>
1111
Svelte is a UI framework that uses a compiler to let you write breathtakingly concise
1212
components that do minimal work in the browser, using languages you already know — HTML, CSS
13-
and JavaScript. <strong>It's a love letter to web development.</strong>
13+
and JavaScript. <strong>Its a love letter to web development.</strong>
1414
</p>
1515

1616
<p>
17-
But don't take our word for it. Developers consistently rank Svelte as the framework they're
18-
<a
19-
target="_blank"
20-
rel="noreferrer"
21-
href="https://survey.stackoverflow.co/2023/#section-admired-and-desired-web-frameworks-and-technologies"
22-
>
23-
most
24-
</a>
25-
<a
26-
target="_blank"
27-
rel="noreferrer"
28-
href="https://tsh.io/state-of-frontend/#which-of-the-following-frameworks-would-you-like-to-learn-in-the-future"
29-
>
30-
excited
31-
</a>
32-
<a
33-
target="_blank"
34-
rel="noreferrer"
35-
href="https://2023.stateofjs.com/en-US/libraries/front-end-frameworks/"
36-
>
37-
about
38-
</a>
39-
40-
<a
41-
target="_blank"
42-
rel="noreferrer"
43-
href="https://twitter.com/Rich_Harris/status/1589675637195042817"
44-
>
45-
using</a
46-
>.
17+
But don’t take our word for it. Developers consistently rank Svelte as the framework they’re
18+
most excited about using.
4719
</p>
4820
</div>
4921

0 commit comments

Comments
 (0)