diff --git a/README.md b/README.md index 8252739..c49f3aa 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Inside of your Astro project, you'll see the following folders and files: ``` / ├── public/ -│ └── favicon.svg +│ └── favicon.ico ├── src/ │ ├── components/ │ │ └── Card.astro diff --git a/public/img/facebook.svg b/public/img/facebook.svg new file mode 100644 index 0000000..86a149b --- /dev/null +++ b/public/img/facebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/whatsapp.svg b/public/img/whatsapp.svg new file mode 100644 index 0000000..94be9a9 --- /dev/null +++ b/public/img/whatsapp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/pages/[id].astro b/src/pages/[id].astro index 738755e..9a8e433 100644 --- a/src/pages/[id].astro +++ b/src/pages/[id].astro @@ -18,15 +18,32 @@ const items = data.data[idx];
-
+

{items.heading}

{items.title}

- {items.title} +
+ {items.title} +
+ + +
+
+
+ + + +

+