Skip to content

Commit

Permalink
fix: update expired discord link
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Jun 23, 2023
1 parent bda142c commit e105b00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)



Expand Down
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/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()):
Expand Down

0 comments on commit e105b00

Please sign in to comment.