feat: move jentry flag to header
This commit is contained in:
parent
80aba8170f
commit
59b6c2e420
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue