Remove wrong header line in upload page

This commit is contained in:
Eike Kettner 2020-04-24 23:25:04 +02:00
parent fa10fe3fae
commit 75c32fa2bf

View File

@ -120,9 +120,6 @@ view model =
[ i [ class "mouse pointer icon" ] [] [ i [ class "mouse pointer icon" ] []
, div [ class "content" ] , div [ class "content" ]
[ text "Drop files here" [ text "Drop files here"
, div [ class "sub header" ]
[ text "PDF files only"
]
] ]
] ]
, div [ class "ui horizontal divider" ] , div [ class "ui horizontal divider" ]