From 9eb716e36c02a85623aceb036f71b5fa73cf835d Mon Sep 17 00:00:00 2001 From: vcoppe Date: Tue, 24 Sep 2024 13:50:44 +0200 Subject: [PATCH] change name of img parameter --- website/src/lib/components/docs/DocsImage.svelte | 8 ++++---- website/src/lib/docs/en/getting-started.mdx | 2 +- website/src/lib/docs/en/toolbar/routing.mdx | 2 +- website/src/lib/docs/en/toolbar/scissors.mdx | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/website/src/lib/components/docs/DocsImage.svelte b/website/src/lib/components/docs/DocsImage.svelte index 0aa31f96..712a48a0 100644 --- a/website/src/lib/components/docs/DocsImage.svelte +++ b/website/src/lib/components/docs/DocsImage.svelte @@ -1,23 +1,23 @@
- {#if img === 'getting-started/interface'} + {#if src === 'getting-started/interface'} - {:else if img === 'tools/routing'} + {:else if src === 'tools/routing'} - {:else if img === 'tools/split'} + {:else if src === 'tools/split'} {/if}
diff --git a/website/src/lib/docs/en/getting-started.mdx b/website/src/lib/docs/en/getting-started.mdx index f15fda0a..6b214fbc 100644 --- a/website/src/lib/docs/en/getting-started.mdx +++ b/website/src/lib/docs/en/getting-started.mdx @@ -11,7 +11,7 @@ title: Getting started Welcome to the official guide for **gpx.studio**! This guide will walk you through all the components and tools of the interface, helping you become a proficient user of the application. - + As shown in the screenshot above, the interface is divided into four main sections organized around the map. Before we dive into the details of each section, let's have a quick overview of the interface. diff --git a/website/src/lib/docs/en/toolbar/routing.mdx b/website/src/lib/docs/en/toolbar/routing.mdx index 92563ce3..5aadd6d7 100644 --- a/website/src/lib/docs/en/toolbar/routing.mdx +++ b/website/src/lib/docs/en/toolbar/routing.mdx @@ -61,7 +61,7 @@ This allows the route to be edited at different levels of detail. Finally, you can delete anchor points by clicking on them and selecting from the context menu. - + ## Additional tools diff --git a/website/src/lib/docs/en/toolbar/scissors.mdx b/website/src/lib/docs/en/toolbar/scissors.mdx index 28e8f9b0..dda7622f 100644 --- a/website/src/lib/docs/en/toolbar/scissors.mdx +++ b/website/src/lib/docs/en/toolbar/scissors.mdx @@ -29,4 +29,4 @@ Scissors will appear at the cursor position, showing that you can split the trac You can choose to split the trace into two GPX files, or to keep the split parts in the same file as [tracks or segments](../gpx). - +