diff --git a/src/pages/Post.tsx b/src/pages/Post.tsx index c6fa9d2..4ee025d 100644 --- a/src/pages/Post.tsx +++ b/src/pages/Post.tsx @@ -60,7 +60,11 @@ const Post: React.FC = () => { xmlns="http://www.w3.org/2000/svg" aria-hidden="true" > - +
  • { {/*

    {article?.description}

    */} {/* place holder text */}

    - Explore our collection of informative mental health resources designed to help teens navigate their - emotional well-being and find support. + Explore our collection of informative mental health resources + designed to help teens navigate their emotional well-being and + find support.

    {/* {article?.attributes.author} */}
    - + { - + {
    {article?.attributes.author ?? "CYCM Team"}
    ·
    - {new Date(article?.attributes.published_date).toLocaleDateString("en-US", { + {new Date( + article?.attributes.published_date + ).toLocaleDateString("en-US", { year: "numeric", month: "long", day: "numeric",