Skip to content

Commit

Permalink
github link
Browse files Browse the repository at this point in the history
  • Loading branch information
Leif Battermann committed Nov 23, 2021
1 parent 565042d commit 95003be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/View.elm
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,10 @@ inputFormView model =
]
]
]
, Form.row [ Row.attrs [ Spacing.mt2 ] ] [ Form.col [ Col.md12 ] [ Html.div [ Html.Attributes.style "text-align" "end", Size.w100 ] [ Html.a [ Html.Attributes.href "https://docs.google.com/forms/d/e/1FAIpQLSdz078OCo4gZikCRU7EDc4BS1NYFWfXioXBPK06_ZL_7BQ4sw/viewform", Html.Attributes.target "blank" ] [ Html.i [ Html.Attributes.class "fas fa-external-link-alt", Html.Attributes.style "margin-right" "2px" ] [], Html.text "report a bug or leave feedback" ] ] ] ]
, Html.div [ Flex.block, Flex.row, Flex.justifyBetween, Spacing.mt2 ]
[ Html.a [ Html.Attributes.href "https://github.com/battermann/poker-equity-calculator-ui", Html.Attributes.target "blank" ] [ Html.i [ Html.Attributes.class "fab fa-github", Html.Attributes.style "margin-right" "2px" ] [], Html.text "source code" ]
, Html.a [ Html.Attributes.href "https://docs.google.com/forms/d/e/1FAIpQLSdz078OCo4gZikCRU7EDc4BS1NYFWfXioXBPK06_ZL_7BQ4sw/viewform", Html.Attributes.target "blank" ] [ Html.i [ Html.Attributes.class "fas fa-external-link-alt", Html.Attributes.style "margin-right" "2px" ] [], Html.text "report a bug or leave feedback" ]
]
]


Expand Down

0 comments on commit 95003be

Please sign in to comment.