Skip to content

Commit

Permalink
revert share icon
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelle committed Mar 12, 2021
1 parent 1bb3ff1 commit 40d7385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/CollabButton.tsx
Expand Up @@ -3,7 +3,7 @@ import clsx from "clsx";
import { ToolButton } from "./ToolButton";
import { t } from "../i18n";
import useIsMobile from "../is-mobile";
import { shareIcon } from "./icons";
import { users } from "./icons";

import "./CollabButton.scss";

Expand All @@ -23,7 +23,7 @@ const CollabButton = ({
"is-collaborating": isCollaborating,
})}
onClick={onClick}
icon={shareIcon}
icon={users}
type="button"
title={t("labels.liveCollaboration")}
aria-label={t("labels.liveCollaboration")}
Expand Down

0 comments on commit 40d7385

Please sign in to comment.