From dcb80bd62069255e64893907633e80fdc6352c08 Mon Sep 17 00:00:00 2001 From: ARC Developer Date: Thu, 10 Jul 2025 22:56:08 +0300 Subject: [PATCH] feat: move DMR talk group info from header to standalone component with enhanced styling --- src/pages/index.astro | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 9eb8fc2..4586f56 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -39,14 +39,6 @@ const metadata = { icon: 'tabler:brand-whatsapp', target: '_blank', }, - { - text: 'DMR TG: 28690', - icon: 'tabler:radio', - attrs: { - class: 'cursor-default pointer-events-none', - 'aria-label': 'DMR Talk Group Information', - }, - }, { text: 'Hakkımızda', href: '/hakkimizda' }, ]} image={{ @@ -72,6 +64,23 @@ const metadata = { + +
+
+ + + + + + + + + + + DMR TG: 28690 +
+
+