Skip to content

Commit

Permalink
chore: sheetsHomepage instead of sheets
Browse files Browse the repository at this point in the history
  • Loading branch information
stevekaplan123 committed Sep 17, 2024
1 parent 743c076 commit a658516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/css/s2.css
Original file line number Diff line number Diff line change
Expand Up @@ -7940,7 +7940,7 @@ But not to use a display block directive that might break continuous mode for ot
--hebrew-font: var(--hebrew-sans-serif-font-family);
border: none;
}
.sheets .button {
.sheetsHomepage .button {
background-color: var(--midrash-green);
}
.button.getStartedSheets {
Expand Down
2 changes: 1 addition & 1 deletion static/js/sheets/SheetsHomePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const SheetsSidebar = () => {


const SheetsHomePage = () => {
return <div className="readerNavMenu sheets" key="0">
return <div className="readerNavMenu sheetsHomepage" key="0">
<div className="content">
<SheetsHeroBanner title="Join the Torah Conversation"
message="Create, share, and discover source sheets."
Expand Down

0 comments on commit a658516

Please sign in to comment.