Back to Copyright

Hide Label

View Source
1
2
3
4
5
6
7
8
9
10
import { Copyright } from 'mdxts/components'

export function HideLabel() {
  return (
    <div style={{ display: 'flex' }}>
      <Copyright showLabel={false} /> souporserious
    </div>
  )
}
© 2024 souporserious