feat: icons in buttons
This commit is contained in:
parent
e98a80666f
commit
2ad51ad3d7
3 changed files with 9 additions and 5 deletions
|
@ -5,7 +5,7 @@ import Button from '../objects/Button'
|
|||
import LastPlayed from '@/components/widgets/LastPlayed'
|
||||
import { useTranslation } from 'react-i18next'
|
||||
import Link from 'next/link'
|
||||
|
||||
import { Mail } from 'lucide-react'
|
||||
export default function Home() {
|
||||
const { t } = useTranslation();
|
||||
|
||||
|
@ -62,6 +62,7 @@ export default function Home() {
|
|||
<Button
|
||||
href={'/contact'}
|
||||
label={t('home.contact.button')}
|
||||
icon={Mail}
|
||||
/>
|
||||
</section>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue