Add a footer

With personal information and information about the project's stack.
This commit is contained in:
William Carroll 2020-10-10 17:31:00 +01:00
parent df8e45681d
commit bfbe7dc988

View file

@ -166,4 +166,8 @@ render { dayOfWeek, completed } =
]
)
)
, footer [ class "font-mono text-sm text-center text-gray-500 fixed bottom-0 left-0 w-full py-4" ]
[ p [] [ text "This app is brought to you by William Carroll." ]
, p [] [ text "Client: Elm; Server: n/a" ]
]
]