diff --git a/src/components/NextPrev.astro b/src/components/NextPrev.astro index e8077ea..3d58536 100644 --- a/src/components/NextPrev.astro +++ b/src/components/NextPrev.astro @@ -11,7 +11,7 @@ const { prev, next } = Astro.props;
{ prev && ( - + < Prev ) @@ -21,7 +21,7 @@ const { prev, next } = Astro.props;
{ next && ( - + Next > )