diff --git a/src/Category.astro b/src/Category.astro new file mode 100644 index 0000000..73c279a --- /dev/null +++ b/src/Category.astro @@ -0,0 +1,56 @@ +--- +// Properties +const { + Name, + Link, + Thumbnail, + Platform +} = Astro.props +--- + + + {Platform ? + + : + + } + +

{Name}

+
+ + \ No newline at end of file