Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions main/docs/images/icons/dark/nuxt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions main/docs/images/icons/dark/svelte.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions main/docs/images/icons/light/nuxt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions main/docs/images/icons/light/svelte.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions main/docs/quickstarts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ JavaScript web app that runs in the browser
<SectionCard item={{
name: "Svelte",
subtext: "",
logo: "javascript.svg",
logo: "svelte.svg",
date: "",
badge: "",
links: [
Expand Down Expand Up @@ -181,7 +181,7 @@ Traditional web app that runs on the server
<SectionCard item={{
name: "Nuxt.js",
subtext: "",
logo: "javascript.svg",
logo: "nuxt.svg",
date: "",
badge: "",
links: [
Expand Down