-
+
diff --git a/examples/advanced-component-usage/navbars.py b/examples/advanced-component-usage/navbars.py
index 1cf0f9eff..56b64e94b 100644
--- a/examples/advanced-component-usage/navbars.py
+++ b/examples/advanced-component-usage/navbars.py
@@ -10,7 +10,7 @@
import dash_bootstrap_components as dbc
from dash import Input, Output, State, html
-PLOTLY_LOGO = "https://images.plot.ly/logo/new-branding/plotly-logomark.png"
+LOGO = "https://placehold.co/100x100"
app = dash.Dash(external_stylesheets=[dbc.themes.BOOTSTRAP])
# try running the app with one of the Bootswatch themes e.g.
@@ -68,7 +68,7 @@
# Use row and col to control vertical alignment of logo / brand
dbc.Row(
[
- dbc.Col(html.Img(src=PLOTLY_LOGO, height="30px")),
+ dbc.Col(html.Img(src=LOGO, height="30px")),
dbc.Col(dbc.NavbarBrand("Logo", className="ms-2")),
],
align="center",
diff --git a/examples/templates/multi-page-apps/collapsible-sidebar-with-icons/app.py b/examples/templates/multi-page-apps/collapsible-sidebar-with-icons/app.py
index 2381536dc..3ea6e3663 100644
--- a/examples/templates/multi-page-apps/collapsible-sidebar-with-icons/app.py
+++ b/examples/templates/multi-page-apps/collapsible-sidebar-with-icons/app.py
@@ -10,14 +10,14 @@
feature you must install dash-bootstrap-components >= 0.11.0.
For more details on building multi-page Dash applications, check out the Dash
-documentation: https://dash.plot.ly/urls
+documentation: https://dash.plotly.com/urls
"""
import dash
import dash_bootstrap_components as dbc
from dash import Input, Output, dcc, html
-PLOTLY_LOGO = "https://images.plot.ly/logo/new-branding/plotly-logomark.png"
+LOGO = "https://placehold.co/100x100"
app = dash.Dash(external_stylesheets=[dbc.themes.BOOTSTRAP, dbc.icons.FONT_AWESOME])
@@ -27,7 +27,7 @@
[
# width: 3rem ensures the logo is the exact width of the
# collapsed sidebar (accounting for padding)
- html.Img(src=PLOTLY_LOGO, style={"width": "3rem"}),
+ html.Img(src=LOGO, style={"width": "3rem"}),
html.H2("Sidebar"),
],
className="sidebar-header",
diff --git a/examples/templates/multi-page-apps/navbar.py b/examples/templates/multi-page-apps/navbar.py
index 3ac043a69..0f1f197bd 100644
--- a/examples/templates/multi-page-apps/navbar.py
+++ b/examples/templates/multi-page-apps/navbar.py
@@ -7,7 +7,7 @@
feature you must install dash-bootstrap-components >= 0.11.0.
For more details on building multi-page Dash applications, check out the Dash
-documentation: https://dash.plot.ly/urls
+documentation: https://dash.plotly.com/urls
"""
import dash
diff --git a/examples/templates/multi-page-apps/responsive-collapsible-sidebar/sidebar.py b/examples/templates/multi-page-apps/responsive-collapsible-sidebar/sidebar.py
index da3a1c654..cdb1fbc9d 100644
--- a/examples/templates/multi-page-apps/responsive-collapsible-sidebar/sidebar.py
+++ b/examples/templates/multi-page-apps/responsive-collapsible-sidebar/sidebar.py
@@ -13,7 +13,7 @@
feature you must install dash-bootstrap-components >= 0.11.0.
For more details on building multi-page Dash applications, check out the Dash
-documentation: https://dash.plot.ly/urls
+documentation: https://dash.plotly.com/urls
"""
import dash
diff --git a/examples/templates/multi-page-apps/responsive-sidebar/sidebar.py b/examples/templates/multi-page-apps/responsive-sidebar/sidebar.py
index 46640d591..324704c53 100644
--- a/examples/templates/multi-page-apps/responsive-sidebar/sidebar.py
+++ b/examples/templates/multi-page-apps/responsive-sidebar/sidebar.py
@@ -13,7 +13,7 @@
feature you must install dash-bootstrap-components >= 0.11.0.
For more details on building multi-page Dash applications, check out the Dash
-documentation: https://dash.plot.ly/urls
+documentation: https://dash.plotly.com/urls
"""
import dash
diff --git a/examples/templates/multi-page-apps/sidebar-with-submenus/sidebar.py b/examples/templates/multi-page-apps/sidebar-with-submenus/sidebar.py
index 222333fd0..e986b32e6 100644
--- a/examples/templates/multi-page-apps/sidebar-with-submenus/sidebar.py
+++ b/examples/templates/multi-page-apps/sidebar-with-submenus/sidebar.py
@@ -8,7 +8,7 @@
collapse component and the CSS that rotates the chevron icon respectively.
For more details on building multi-page Dash applications, check out the Dash
-documentation: https://dash.plot.ly/urls
+documentation: https://dash.plotly.com/urls
"""
import dash
diff --git a/examples/templates/multi-page-apps/simple_sidebar.py b/examples/templates/multi-page-apps/simple_sidebar.py
index 7da68fda0..28192f5df 100644
--- a/examples/templates/multi-page-apps/simple_sidebar.py
+++ b/examples/templates/multi-page-apps/simple_sidebar.py
@@ -8,7 +8,7 @@
this feature you must install dash-bootstrap-components >= 0.11.0.
For more details on building multi-page Dash applications, check out the Dash
-documentation: https://dash.plot.ly/urls
+documentation: https://dash.plotly.com/urls
"""
import dash
diff --git a/logo/logo.svg b/logo/logo.svg
new file mode 100644
index 000000000..f7321b6fe
--- /dev/null
+++ b/logo/logo.svg
@@ -0,0 +1,1066 @@
+
diff --git a/logo/logo_sm.svg b/logo/logo_sm.svg
new file mode 100644
index 000000000..8992e9dc6
--- /dev/null
+++ b/logo/logo_sm.svg
@@ -0,0 +1,48 @@
+
diff --git a/readme-images/logo.png b/readme-images/logo.png
index 26cb10b7a..603fe7359 100644
Binary files a/readme-images/logo.png and b/readme-images/logo.png differ