Skip to content

Commit

Permalink
removing google books discussion, fixing hero image on light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
therobbiedavis committed Feb 8, 2024
1 parent 73b4684 commit 56d0ea3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion components/AppPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function AppPreview() {
initial={{ opacity: 0, scale: 0.75 }}
animate={{ opacity: 1, scale: 1 }}
transition={{ delay: 0.5, duration: 1 }}
className="z-40 flex h-full flex-1 self-center bg-[url('/homepage-light.png')] bg-contain bg-[center_top] bg-no-repeat dark:bg-[url('/homepage-dark.png')] sm:w-auto"
className="z-40 flex h-full flex-1 self-center bg-[url('/homepage-dark.png')] bg-contain bg-[center_top] bg-no-repeat dark:bg-[url('/homepage-dark.png')] sm:w-auto"
/>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion pages/kavita+/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ title: "Kavita+ FAQ"
Kavita+ features are usually discussed in the discord, however I have some Github issues open and am looking forward to information from the community before moving forward. If you want to discuss, please leave a comment there.
- [Paused/Dropped Scrobble status](https://github.com/Kareadita/Kavita/issues/2447)
- [Basic Metadata Matching](https://github.com/Kareadita/Kavita/issues/2452)
- [Removal of GoogleBooks Ratings](https://github.com/Kareadita/Kavita/issues/2493)

## Kavita+ Frequently Asked Questions

Expand Down

0 comments on commit 56d0ea3

Please sign in to comment.