# SiteLogo

The SiteLogo is a link to the homepage with image/SVG.

Example

TODO

# 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

Bad

<!-- SiteLogo does not have a slot. -->
<SiteLogo>
  Home
</SiteLogo>
1
2
3
4

# TODO

  • Replace image with SVG
  • improve a11y