# SiteLogo
The SiteLogo is a link to the homepage with image/SVG.
# Dependencies
This component uses a standard Nuxt component.
# Components
- nuxt-link
# Required by
# Props
None.
# Variants
None.
# Example
Good
<!-- Manually defined internal link -->
<SiteLogo />
1
2
2
Bad
<!-- SiteLogo does not have a slot. -->
<SiteLogo>
Home
</SiteLogo>
1
2
3
4
2
3
4
# TODO
- Replace image with SVG
- improve a11y