Skip to content

Commit

Permalink
Add podcast
Browse files Browse the repository at this point in the history
  • Loading branch information
cesalberca committed Oct 10, 2024
1 parent 256ce20 commit d174ad5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/features/links/delivery/links.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -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',
Expand Down

0 comments on commit d174ad5

Please sign in to comment.