Skip to content

Commit

Permalink
docs: update discord link
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Jul 28, 2023
1 parent 6ca6b73 commit 22c27a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion solara/website/components/header.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/MEpm6sEjdq", "target": "_blank"}):
with rv.Btn(icon=True, tag="a", class_="d-none d-md-flex", attributes={"href": "https://discord.gg/dm4GKNDjXN", "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()):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ to other people using and developing on Solara, consider using [GitHub discussio
or consider joining discord for more synchronous discussions.


[![Discord Shield](https://discordapp.com/api/guilds/1106593685241614489/widget.png?style=banner2)](https://discord.gg/2jAh9P8H)
[![Discord Shield](https://discordapp.com/api/guilds/1106593685241614489/widget.png?style=banner2)](https://discord.gg/dm4GKNDjXN)
2 changes: 1 addition & 1 deletion solara/website/pages/docs/content/99-contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ to other people using and developing on Solara, consider using [GitHub discussio
or consider joining discord for more synchronous discussions.


[![Discord Shield](https://discordapp.com/api/guilds/1106593685241614489/widget.png?style=banner2)](https://discord.gg/2jAh9P8H)
[![Discord Shield](https://discordapp.com/api/guilds/1106593685241614489/widget.png?style=banner2)](https://discord.gg/dm4GKNDjXN)

0 comments on commit 22c27a5

Please sign in to comment.