Merge pull request #333 from marianarolfo/fix/docs-footer

docs: remove icons
This commit is contained in:
Leifer Mendez
2023-01-02 10:36:59 +01:00
committed by GitHub

View File

@@ -40,12 +40,10 @@ export default component$(() => {
const social = [ const social = [
{ label: 'Twitter', icon: IconTwitter, href: '#' }, { label: 'Twitter', icon: IconTwitter, href: '#' },
{ label: 'Instagram', icon: IconInstagram, href: '#' },
{ label: 'Facebook', icon: IconFacebook, href: '#' },
{ {
label: 'Github', label: 'Github',
icon: IconGithub, icon: IconGithub,
href: 'https://github.com/onwidget/qwind', href: 'https://github.com/codigoencasa/bot-whatsapp',
}, },
] ]