diff --git a/public/logo.png b/public/logo.png new file mode 100644 index 0000000..5955df7 Binary files /dev/null and b/public/logo.png differ diff --git a/src/components/Card.astro b/src/components/Card.astro deleted file mode 100644 index c1d4841..0000000 --- a/src/components/Card.astro +++ /dev/null @@ -1,58 +0,0 @@ ---- -const { href, title, body } = Astro.props; ---- - -
- {body} -
- -