Newer
Older
CrypticOreWallet / src / layouts / main / components / nav / ConnectionIndicator.tsx
@Drew Lemmy Drew Lemmy on 4 Sep 2020 214 bytes feat: credits screen, websocket, lint
import React from "react";

import "./ConnectionIndicator.scss";

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