From 6fc939dcd9916d8d5d6d4dafa6aed7b65e681ec4 Mon Sep 17 00:00:00 2001 From: poyrazavsever Date: Thu, 16 Jul 2026 12:40:24 +0300 Subject: [PATCH] feat(content): link social profiles from section headers --- components/content-content.tsx | 45 ++++++++++++++++++++++++++++------ messages/en.json | 1 + messages/tr.json | 1 + 3 files changed, 40 insertions(+), 7 deletions(-) diff --git a/components/content-content.tsx b/components/content-content.tsx index 1595af2..3de80be 100644 --- a/components/content-content.tsx +++ b/components/content-content.tsx @@ -1,7 +1,8 @@ "use client"; import { useEffect, useMemo, useRef, useState } from "react"; -import { Button, Card, Typography } from "poyraz-ui/atoms"; +import { Icon } from "@iconify/react"; +import { Button, ButtonIcon, ButtonLabel, Card, Typography } from "poyraz-ui/atoms"; import { Modal, ModalContent, ModalTitle } from "poyraz-ui/molecules"; import { YoutubeLiteEmbed } from "@/components/youtube-lite-embed"; import { useTranslations } from "next-intl"; @@ -130,9 +131,24 @@ export function ContentContent({ return (
- - {t("youtubeTitle")} - +
+ + {t("youtubeTitle")} + + +
{embeddedVideos.map((link) => (
- - {t("pdfTitle")} - +
+ + {t("pdfTitle")} + + +
{pdfFiles.map((pdf, index) => (