Skip to content

Commit

Permalink
Icon copy button
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Aug 29, 2024
1 parent ec6964a commit a45ad50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Code/Workspace/WorkspaceItem.elm
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@ viewInfoItems namespaceActionMenu ref hash_ rawSource info =
Just s ->
div [ class "copy-code" ]
[ CopyOnClick.view s
(div [ class "button small outlined content-icon-then-label" ]
[ Icon.view Icon.clipboard, text "Copy full source" ]
(div [ class "button small outlined content-icon" ]
[ Icon.view Icon.clipboard ]
)
(Icon.view Icon.checkmark)
]
Expand Down

0 comments on commit a45ad50

Please sign in to comment.