Skip to content

Commit 724d46e

Browse files
authored
Update links and text for platforms and social media (#4)
1 parent da14d2a commit 724d46e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

shared/Common.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ middle =
423423
]
424424
, H.p_
425425
[ P.class_ "subtitle" ]
426-
[ text "iOS, Android"
426+
[ text "iOS, Android, HarmonyOS"
427427
]
428428
]
429429
]
@@ -649,7 +649,7 @@ footer =
649649
[]
650650
[ text "The source code for this website is located "
651651
, H.a_
652-
[ P.href_ "https://github.com/dmjio/miso/tree/master/haskell-miso.org"
652+
[ P.href_ "https://github.com/haskell-miso/haskell-miso.org"
653653
, CSS.style_ [ CSS.color (CSS.hex #363636) ]
654654
]
655655
[" here."]
@@ -1011,7 +1011,7 @@ newNav navMenuOpen' =
10111011
, P.data_ "social-action_" "tweet"
10121012
, P.data_ "social-target" "http://bulma.io"
10131013
, P.target_ "_blank"
1014-
, P.href_ "https://twitter.com/intent/tweet?text=Miso: a tasty Haskell front-end web and mobile framework&url=https://haskell-miso.org&via=dmjio"
1014+
, P.href_ "https://bulma.io"
10151015
]
10161016
[ H.span_
10171017
[P.class_ "icon"]

0 commit comments

Comments
 (0)