Skip to content

Commit

Permalink
Remove icons missing functionality (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
1Maxnet1 authored Nov 28, 2023
1 parent 04e4b44 commit c2f580e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions ui/web/src/Widgets/ConnectionDetails.elm
Original file line number Diff line number Diff line change
Expand Up @@ -268,14 +268,6 @@ connectionInfoView goBackMsg locale inSubOverlay connection =
dateText =
formatDate locale.dateConfig depTime

actions =
if inSubOverlay then
[]

else
[ i [ class "icon" ] [ text "save" ]
, i [ class "icon" ] [ text "share" ]
]
in
div [ class "connection-info" ]
[ div [ class "header" ]
Expand Down Expand Up @@ -308,8 +300,6 @@ connectionInfoView goBackMsg locale inSubOverlay connection =
]
]
]
, div [ class "actions" ]
actions
]
]

Expand Down

0 comments on commit c2f580e

Please sign in to comment.