Skip to content

Commit

Permalink
fix panel and plotly logo links
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Sep 20, 2023
1 parent edf3dc0 commit 142b4db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jhub_apps/spawner/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def values(cls):
FrameworkConf(
name=Framework.panel.value,
display_name="Panel",
logo="https://raw.githubusercontent.com/holoviz/panel/main/doc/_static/logo_stacked.png",
logo="https://raw.githubusercontent.com/holoviz/panel/5c69f11bc139076a0e55d444dcfbf3e44b3ed8a8/doc/_static/logo.png",
),
FrameworkConf(
name=Framework.bokeh.value,
Expand All @@ -47,7 +47,7 @@ def values(cls):
FrameworkConf(
name=Framework.plotlydash.value,
display_name="PlotlyDash",
logo="https://repository-images.githubusercontent.com/33702544/b4400c80-718b-11e9-9f3a-306c07a5f3de",
logo="https://raw.githubusercontent.com/plotly/dash/6eaf2e17c25f7ca1847c41aafeb18e87c586cb9f/components/dash-table/tests/selenium/assets/logo.png",
),
FrameworkConf(
name=Framework.gradio.value,
Expand Down

0 comments on commit 142b4db

Please sign in to comment.