Skip to content

Commit

Permalink
feat: Remove share button
Browse files Browse the repository at this point in the history
...as it's the same as "View".
  • Loading branch information
bprusinowski committed Sep 26, 2024
1 parent 906cc83 commit d0dbef0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/login/components/profile-tables.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,12 +224,6 @@ const ProfileVisualizationsRow = (props: {
iconName: "edit",
priority: !isPublished ? 0 : undefined,
},
{
type: "link",
href: publishLink,
label: t({ id: "login.chart.share", message: "Share" }),
iconName: "linkExternal",
},
isPublished
? {
type: "button",
Expand Down

0 comments on commit d0dbef0

Please sign in to comment.