diff --git a/public/img/facebook.svg b/public/img/facebook.svg index 86a149b..087f155 100644 --- a/public/img/facebook.svg +++ b/public/img/facebook.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/img/link.svg b/public/img/link.svg new file mode 100644 index 0000000..1c48314 --- /dev/null +++ b/public/img/link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/whatsapp.svg b/public/img/whatsapp.svg index 94be9a9..7db72e0 100644 --- a/public/img/whatsapp.svg +++ b/public/img/whatsapp.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/img/x.svg b/public/img/x.svg new file mode 100644 index 0000000..0844fb5 --- /dev/null +++ b/public/img/x.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/pages/[id].astro b/src/pages/[id].astro index 9a8e433..77e09ea 100644 --- a/src/pages/[id].astro +++ b/src/pages/[id].astro @@ -21,17 +21,17 @@ const items = data.data[idx];