// 90 Degree by Reflex site chrome — minimal header
function WihaChrome() {
  return (
    <div className="wiha-header wiha-header--minimal">
      <div className="wiha-logo">
        <img src="assets/90degree-logo.png" alt="90 Degree by Reflex" />
        <span className="wiha-logo__tagline">Move with confidence</span>
      </div>
    </div>
  );
}

Object.assign(window, { WihaChrome });
