Skip to content

Commit

Permalink
changed logo to png
Browse files Browse the repository at this point in the history
  • Loading branch information
Raquel Serial committed Aug 4, 2024
1 parent 390917e commit 0a3fd47
Show file tree
Hide file tree
Showing 4 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 @@ -4,8 +4,8 @@

<div align="center">

<object data="_static/logo.jpg" type="image/jpg" width="300">
<img src="assets/logo.jpg" width="200"/>
<object data="_static/logo.png" type="image/png" width="300">
<img src="assets/logo.png" width="200"/>
</object>

[![PyPI - Version](https://img.shields.io/pypi/v/flintpy-nmr.svg)](https://pypi.python.org/pypi/flintpy-nmr)
Expand Down
Binary file removed assets/logo.jpg
Binary file not shown.
Binary file added assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static", "../assets/logo.jpg"]
html_static_path = ["_static", "../assets/logo.png"]

0 comments on commit 0a3fd47

Please sign in to comment.