From d174ad5fb82ec2940db1ec17963954c44bc36585 Mon Sep 17 00:00:00 2001 From: cesalberca Date: Thu, 10 Oct 2024 12:12:36 +0200 Subject: [PATCH] Add podcast --- src/features/links/delivery/links.page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/features/links/delivery/links.page.tsx b/src/features/links/delivery/links.page.tsx index 18d95d3..f6c0e79 100644 --- a/src/features/links/delivery/links.page.tsx +++ b/src/features/links/delivery/links.page.tsx @@ -10,7 +10,7 @@ import { SiX, SiYoutube, } from '@icons-pack/react-simple-icons' -import { Mail } from 'lucide-react' +import { Mail, Mic } from 'lucide-react' import { Card } from '@/components/ui/card' const links = [ @@ -24,6 +24,11 @@ const links = [ url: 'https://x.com/cesalberca', icon: SiX, }, + { + title: 'Podcast', + url: 'https://coliversclub.com/', + icon: Mic, + }, { title: 'TikTok', url: 'https://www.tiktok.com/@cesalberca',