From 59b6c2e420931657dda91965e915a2ce5b6d2367 Mon Sep 17 00:00:00 2001 From: Ananth Venkatesh Date: Sun, 16 Feb 2025 02:05:34 -0500 Subject: [PATCH] feat: move jentry flag to header --- src/Main.elm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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