Skip to content

Commit aa4ad15

Browse files
authored
Update Main.hs
1 parent fd238d2 commit aa4ad15

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

app/Main.hs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,10 @@ topLevel = (component () noop viewTop)
6060
viewTop () =
6161
div_
6262
[]
63-
[ h1_
64-
[]
65-
[ "🍜 miso-reactive 💥"
66-
]
63+
[ githubStar
6764
, h1_
6865
[]
69-
[ githubStar
66+
[ "🍜 miso-reactive 💥"
7067
]
7168
, div_
7269
[ className "container"
@@ -89,7 +86,6 @@ githubStar = iframe_
8986
"https://ghbtns.com/github-btn.html?user=haskell-miso&repo=miso-reactive&type=star&count=true&size=large"
9087
]
9188
[]
92-
9389
----------------------------------------------------------------------------
9490
data Example
9591
= Example

0 commit comments

Comments
 (0)