Skip to content

Commit

Permalink
Minor spelling fixes and endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Nrosa01 committed Jun 15, 2023
1 parent 269c055 commit 92adc73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/SvelteGallery/lib/PricesSection.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand All @@ -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,
},
Expand Down
1 change: 1 addition & 0 deletions src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<!-- Etiquetas Twitter Cards -->
<meta name="twitter:title" content="Rioni: Art and Contact" />
<meta name="twitter:site" content="@rionisguild">
<meta name="twitter:url" content="https://www.rioni.es" />
<meta name="twitter:image" content="https://raw.githubusercontent.com/Nrosa01/svelte-gallery/main/public/site/preview_twitter.jpg" />
<meta name="twitter:card" content="summary_large_image" />
</head>
Expand Down

0 comments on commit 92adc73

Please sign in to comment.