Skip to content

Where are the social icons from? They look really clean and I'd like to add some others as well. #63

Answered by vasfvitor
rss2086 asked this question in Q&A
Discussion options

You must be logged in to vote

I'm not the developer of this template.

The icons is the footer per the file: https://github.com/onwidget/astrowind/blob/6a1401a771fcee58429e6850ade0a857668085ee/src/components/widgets/Footer.astro
lines 52-59

const social = [
	{ label: 'Twitter', icon: 'tabler:brand-twitter', href: '#' },
	{ label: 'Instagram', icon: 'tabler:brand-instagram', href: '#' },
	{ label: 'Facebook', icon: 'tabler:brand-facebook', href: '#' },
	{ label: 'RSS', icon: 'tabler:rss', href: getRelativeLink('/rss.xml') },
	{ label: 'Github', icon: 'tabler:brand-github', href: 'https://github.com/onwidget/astrowind' },
];

Are from Tabler icons, as it is most others from the template.
This template uses Astro-Icon whi…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by prototypa
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants