Merge pull request #342 from kings177/patch-3

Update Telegram Link
This commit is contained in:
Kelvin Steiner Santos 2022-05-13 15:04:02 -03:00 committed by GitHub
commit dc11f080c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ App.Kind.comp.footer(device: Device, container_layout: Map(String)): DOM
DOM.node("div", {}, {}, [
App.Kind.comp.list([
App.Kind.comp.link_white("Github", footer_font_size, "https://github.com/Kindelia/Kind"),
App.Kind.comp.link_white("Telegram", footer_font_size, "https://t.me/formality_lang")
App.Kind.comp.link_white("Telegram", footer_font_size, "https://t.me/kindelia")
])
])
])
@ -61,4 +61,4 @@ App.Kind.comp.footer(device: Device, container_layout: Map(String)): DOM
"display": "flex"
"flex-direction": "column"
"color": "white"
}, [join_us_wrapper, msg_footer_wrapper])
}, [join_us_wrapper, msg_footer_wrapper])