diff --git a/README.md b/README.md index fa3f63ef0..49f8cc806 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ [![solara logo](https://solara.dev/static/assets/images/logo.svg)](https://solara.dev) -Come chat with us on [Discord](https://discord.gg/T2nsHVxMQc) to ask questions or share your thoughts or creations! +Come chat with us on [Discord](https://discord.gg/MEpm6sEjdq) to ask questions or share your thoughts or creations! -[![Discord Shield](https://discordapp.com/api/guilds/1106593685241614489/widget.png?style=banner2)](https://discord.gg/T2nsHVxMQc) +[![Discord Shield](https://discordapp.com/api/guilds/1106593685241614489/widget.png?style=banner2)](https://discord.gg/MEpm6sEjdq) diff --git a/solara/website/components/header.py b/solara/website/components/header.py index 173e2944a..2802979a3 100644 --- a/solara/website/components/header.py +++ b/solara/website/components/header.py @@ -45,7 +45,7 @@ def Header( with rv.Btn(icon=True, tag="a", class_="d-none d-md-flex", attributes={"href": solara.github_url, "target": "_blank"}): rv.Icon(children=["mdi-github-circle"]) - with rv.Btn(icon=True, tag="a", class_="d-none d-md-flex", attributes={"href": "https://discord.gg/T2nsHVxMQc", "target": "_blank"}): + with rv.Btn(icon=True, tag="a", class_="d-none d-md-flex", attributes={"href": "https://discord.gg/MEpm6sEjdq", "target": "_blank"}): rv.Icon(children=["mdi-discord"]) with solara.Button(icon=True, class_="hidden-md-and-up", on_click=lambda: on_toggle_right_menu and on_toggle_right_menu()):