Skip to content

Commit

Permalink
Merge pull request #82 from OpenPecha/feat/pecha-logo
Browse files Browse the repository at this point in the history
new_pecha_logo_update
  • Loading branch information
Lungsangg authored Mar 12, 2024
2 parents 7309d34 + a149d1c commit 6d61804
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion static/css/s2.css
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ div:has(#bannerMessage) + .readerApp.singlePanel .mobileNavMenu {
.header .home img {
vertical-align: middle;
height: 33px;
margin-top: -8px;
margin-top: -6px;
width: 77px;
}
.interface-hebrew .header .home img {
Expand Down
1 change: 1 addition & 0 deletions static/img/logo-backup.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/img/pecha-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions static/js/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ class Header extends Component {
return null;
}
const logo = Sefaria.interfaceLang == "hebrew" ?
<img src="/static/img/logo.png" alt="Sefaria Logo"/> :
<img src="/static/img/logo.png" alt="Sefaria Logo"/>;
<img src="/static/img/pecha-logo.svg" alt="Sefaria Logo"/> :
<img src="/static/img/pecha-logo.svg" alt="Sefaria Logo"/>;

const headerContent = (
<>
Expand Down

0 comments on commit 6d61804

Please sign in to comment.