From 0c22e5662a98fea3ec2433d2a9562cea51d8b32b Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 5 Aug 2019 21:16:09 +0200 Subject: [PATCH] Remove ribbon --- frontend/src/Main.elm | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/Main.elm b/frontend/src/Main.elm index 2aa0ab0..18a0d76 100644 --- a/frontend/src/Main.elm +++ b/frontend/src/Main.elm @@ -28,7 +28,6 @@ import Html import Html.Attributes exposing (href, placeholder, readonly, style, value) import Html.Events exposing (onInput) import Parse exposing (parseUrl) -import Ribbon exposing (ribbon) type Msg @@ -85,7 +84,6 @@ header : Html msg header = Html.header [] [ h1 myStyle [ text servicename ] - , ribbon repository ]