diff --git a/src/components/course/course-card.astro b/src/components/course/course-card.astro index 8b313fd..d1d75f7 100644 --- a/src/components/course/course-card.astro +++ b/src/components/course/course-card.astro @@ -16,10 +16,10 @@ const tier_one = getPrices('price_tier_one',import.meta.env.ASTRO_CURRENCY.toLow
Image Description
diff --git a/src/components/course/course-hero.astro b/src/components/course/course-hero.astro index 229b16c..20af0fe 100644 --- a/src/components/course/course-hero.astro +++ b/src/components/course/course-hero.astro @@ -23,8 +23,8 @@ const { course }: Props = Astro.props;
Course Image diff --git a/src/components/course/course-reviews.astro b/src/components/course/course-reviews.astro index ffe21c9..fe82e89 100644 --- a/src/components/course/course-reviews.astro +++ b/src/components/course/course-reviews.astro @@ -71,10 +71,10 @@ const getOverallRating = (reviews: any) => {
Image Description
diff --git a/src/components/post/post-card-column.astro b/src/components/post/post-card-column.astro index b4c9cf8..36dfde2 100644 --- a/src/components/post/post-card-column.astro +++ b/src/components/post/post-card-column.astro @@ -11,8 +11,8 @@ const { post }: Props = Astro.props;
Image placeholder
diff --git a/src/components/post/post-card-row.astro b/src/components/post/post-card-row.astro index f1fad6f..b4f8935 100644 --- a/src/components/post/post-card-row.astro +++ b/src/components/post/post-card-row.astro @@ -12,8 +12,8 @@ const { post }: Props = Astro.props;
Image placeholder diff --git a/src/pages/blog/[slug].astro b/src/pages/blog/[slug].astro index 398d584..8ce7cac 100644 --- a/src/pages/blog/[slug].astro +++ b/src/pages/blog/[slug].astro @@ -26,8 +26,8 @@ const { post } = Astro.props;

{post.title}


Image placeholder