refactor: SocialIcons
handling
This commit is contained in:
parent
3c8ad67774
commit
fbeab5a744
9 changed files with 114 additions and 147 deletions
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
import Container from '@components/Container.astro'
|
||||
import { SOCIAL_LINKS } from '@consts'
|
||||
import SocialIcons from './SocialIcons.astro'
|
||||
---
|
||||
|
||||
|
@ -13,7 +14,7 @@ import SocialIcons from './SocialIcons.astro'
|
|||
© {new Date().getFullYear()} All rights reserved.
|
||||
</p>
|
||||
</div>
|
||||
<SocialIcons />
|
||||
<SocialIcons links={SOCIAL_LINKS} />
|
||||
</div>
|
||||
</Container>
|
||||
</footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue