Skip to content

Commit b3c3d00

Browse files
committed
add logo for social card
1 parent 83d6c28 commit b3c3d00

File tree

5 files changed

+176
-2
lines changed

5 files changed

+176
-2
lines changed
37.7 KB
Loading
Lines changed: 174 additions & 0 deletions
Loading

branding/reactpy-logo-landscape.png

147 KB
Loading
File renamed without changes.

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
# -- sphinxext.opengraph --
165165

166166
ogp_site_url = "https://reactpy.dev/"
167-
ogp_image = "https://raw.githubusercontent.com/reactive-python/reactpy/main/branding/png/reactpy-logo-padded.png"
167+
ogp_image = "https://raw.githubusercontent.com/reactive-python/reactpy/main/branding/png/reactpy-logo-landscape-padded.png"
168168
# We manually specify this below
169169
# ogp_description_length = 200
170170
ogp_type = "website"
@@ -188,7 +188,7 @@
188188
# a list of builtin themes.
189189
#
190190
html_theme = "furo"
191-
html_logo = str(ROOT_DIR / "branding" / "reactpy-logo-wide.svg")
191+
html_logo = str(ROOT_DIR / "branding" / "reactpy-logo-landscape.svg")
192192
html_favicon = str(ROOT_DIR / "branding" / "reactpy-logo.ico")
193193

194194
# Theme options are theme-specific and customize the look and feel of a theme

0 commit comments

Comments
 (0)