Skip to content

Commit

Permalink
Templates minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
HGZdev committed Nov 3, 2024
1 parent 281d608 commit d86946e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/client/Pages/Public/Templates.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@ interface Template {
const templates: Template[] = [
{
id: 1,
title: "Viking Belt Pattern",
description: "A clean, basic stripe pattern for beginners.",
imageUrl: `${VITE_BASE_URL}/images/draft1.png`,
file: draft1,
},
{
id: 2,
title: "Spiral Pattern",
description: "A complex geometric pattern for advanced weavers.",
description: "A clean, basic geometric pattern for beginners.",
imageUrl: `${VITE_BASE_URL}/images/draft2.png`,
file: draft2,
},
{
id: 2,
title: "Floral Pattern",
description: "A floral complex pattern for advanced weavers.",
imageUrl: `${VITE_BASE_URL}/images/draft1.png`,
file: draft1,
},
{
id: 3,
title: "Knots Pattern",
description: "A delicate floral pattern perfect for belts.",
title: "Viking Belt Pattern",
description: "A knots pattern, perfect for belts.",
imageUrl: `${VITE_BASE_URL}/images/draft3.png`,
file: draft3,
},
Expand Down

0 comments on commit d86946e

Please sign in to comment.