import React from 'react'

const AdminLoginLogo: React.FC = () => {
  return (
    <img
      alt="Karma Group"
      src="/klogo-gold.png"
      style={{
        display: 'block',
        height: 'auto',
        margin: '0 auto 1.5rem',
        maxWidth: '220px',
        width: '70%',
      }}
    />
  )
}

export default AdminLoginLogo
