Skip to content

Commit 0a66918

Browse files
authored
add logo for social card (#945)
1 parent 83d6c28 commit 0a66918

9 files changed

+177
-3
lines changed
File renamed without changes.

Diff for: branding/png/reactpy-logo-landscape-padded.png

37.7 KB
Loading

Diff for: branding/png/reactpy-logo-landscape.png

147 KB
Loading
File renamed without changes.

Diff for: branding/svg/reactpy-logo-landscape-padded.svg

+174
Loading
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: docs/source/conf.py

+3-3
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,8 +188,8 @@
188188
# a list of builtin themes.
189189
#
190190
html_theme = "furo"
191-
html_logo = str(ROOT_DIR / "branding" / "reactpy-logo-wide.svg")
192-
html_favicon = str(ROOT_DIR / "branding" / "reactpy-logo.ico")
191+
html_logo = str(ROOT_DIR / "branding" / "svg" / "reactpy-logo-landscape.svg")
192+
html_favicon = str(ROOT_DIR / "branding" / "ico" / "reactpy-logo.ico")
193193

194194
# Theme options are theme-specific and customize the look and feel of a theme
195195
# further. For a list of options available for each theme, see the

0 commit comments

Comments
 (0)