From 92adc73fe50ef6874a37491a0e8d458f39aa1250 Mon Sep 17 00:00:00 2001 From: Rioni Date: Thu, 15 Jun 2023 21:18:42 +0200 Subject: [PATCH] Minor spelling fixes and endpoints --- src/components/SvelteGallery/lib/PricesSection.svelte | 5 ++--- src/layouts/BaseLayout.astro | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/SvelteGallery/lib/PricesSection.svelte b/src/components/SvelteGallery/lib/PricesSection.svelte index dae1bd7..84a33c7 100644 --- a/src/components/SvelteGallery/lib/PricesSection.svelte +++ b/src/components/SvelteGallery/lib/PricesSection.svelte @@ -2,7 +2,6 @@ import prices_shaded from "../../../json/prices_shaded.json"; import prices_lined from "../../../json/prices_lined.json"; import prices_posttf from "../../../json/prices_posttf.json"; - import Image from "./Image.svelte"; import BackButton from "./BackButton.svelte"; import Gallery from "./Gallery.svelte"; @@ -17,14 +16,14 @@ { title: "LINED / MINIMAL SHADING", description: - "This gets you a clean lined drawing with flat colours and some minimal shading. Fullbody", + "This gets you a clean lined drawing with flat colours and some minimal shading. Fullbody.", prices: prices_lined, basePrice: 30, }, { title: "POST TF DOODLE PAGE", description: - "A simple 3-5 panel sequence showing a character already transformed reacting to his new body or in some situation due to it. These drawings are a flat style with minimal shading and they are a little more simplified than other of my drawings.Background isn't included", + "A simple 3-5 panel sequence showing a character already transformed reacting to his new body or in some situation due to it. These drawings are a flat style with minimal shading and they are a kinda more simplified than other of my drawings. Background isn't included.", prices: prices_posttf, basePrice: 45, }, diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 7c46f7f..168edf5 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -14,6 +14,7 @@ +