diff --git a/src/Main.elm b/src/Main.elm index 2af6de7..6dc2f48 100644 --- a/src/Main.elm +++ b/src/Main.elm @@ -994,10 +994,11 @@ pageEntries model = ] , paragraph subheading - [ text "Welcome to the Jentry." ] + [ text "Welcome to the Jentry." + , image [ width (px 80), padding 12 ] { description = "flag of j entry", src = "../assets/img/jentry.png" } + ] , paragraph (bodyText ++ [ Font.size 32 ]) [ text "(J Entry) The heart of MacGregor. Historic culture, big lore. Jentry memes. Greatest MacGregor Housecomm representation of any entry. Jamily is forever." - , image [ width (px 48), padding 12 ] { description = "flag of j entry", src = "../assets/img/jentry.png" } ] ] , el