From d2072b47f27883d0bdb614b823ad3e1492898b86 Mon Sep 17 00:00:00 2001 From: Korbs Date: Wed, 23 Oct 2024 13:58:55 -0400 Subject: [PATCH] Add skeleton for Web Links --- .../components/search/WebLinkSkeleton.astro | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 source/src/components/search/WebLinkSkeleton.astro diff --git a/source/src/components/search/WebLinkSkeleton.astro b/source/src/components/search/WebLinkSkeleton.astro new file mode 100644 index 0000000..6c8ff22 --- /dev/null +++ b/source/src/components/search/WebLinkSkeleton.astro @@ -0,0 +1,54 @@ +--- +// Properties +const { + Title, + Description, + Link +} = Astro.props +--- + +
+
+
+
+
+
+
+
+
+
+ + \ No newline at end of file