From da25a509f0f5150f24cfa6ce1f9e654e5fb237d9 Mon Sep 17 00:00:00 2001 From: Mike Goulding Date: Tue, 24 Oct 2023 16:25:15 -0500 Subject: [PATCH] fix(#84): order of properties --- src/components/ExtendedTags.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ExtendedTags.astro b/src/components/ExtendedTags.astro index a4f034c..aa39704 100644 --- a/src/components/ExtendedTags.astro +++ b/src/components/ExtendedTags.astro @@ -10,11 +10,11 @@ type Link = HTMLAttributes<"link">; { props.extend.meta?.map(({ content, httpEquiv, media, name, property }) => ( )) }