Merge pull request #2418 from EmilTholin/patch-1

Fix broken "your company?" link
pull/2420/head
Rich Harris 6 years ago committed by GitHub
commit cee5292b3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -54,5 +54,5 @@
<a href="https://www.nesta.org.uk"><img src="organisations/nesta.svg" alt="Nesta logo"></a>
<a href="https://nytimes.com"><img src="organisations/nyt.svg" alt="The New York Times logo"></a>
<a href="https://www.stone.co"><img src="organisations/stone.svg" alt="Stone Payments logo"></a>
<a href="https://github.com/sveltejs/svelte/blob/master/site/src/components/WhosUsingSvelte/index.svelte" class="add-yourself"><span>+ your company?</span></a>
</div>
<a href="https://github.com/sveltejs/svelte/blob/master/site/src/routes/_components/WhosUsingSvelte.svelte" class="add-yourself"><span>+ your company?</span></a>
</div>

Loading…
Cancel
Save