Newer
Older
CrypticOreWallet / src / layouts / main / components / nav / ConnectionIndicator.tsx
@Drew Lemmy Drew Lemmy on 6 Sep 2020 212 bytes feat: wallet storage help dialog
import React from "react";

import "./ConnectionIndicator.scss";

export const ConnectionIndicator = (): JSX.Element => (
  <div id="connection-indicator" className="connection-connected">
    Online
  </div>
);