Hero image: Dark and Light mode
This commit is contained in:
parent
4f50c772c5
commit
fd5016cff2
@ -79,8 +79,8 @@ export default function HomepageHero() {
|
|||||||
src={
|
src={
|
||||||
colorMode === "dark"
|
colorMode === "dark"
|
||||||
? // TODO replace with darkmode image
|
? // TODO replace with darkmode image
|
||||||
require("@site/static/img/desktop-llm-chat.png").default
|
require("@site/static/img/desktop-llm-chat-dark.png").default
|
||||||
: require("@site/static/img/desktop-llm-chat.png").default
|
: require("@site/static/img/desktop-llm-chat-light.png").default
|
||||||
}
|
}
|
||||||
alt="App screenshot"
|
alt="App screenshot"
|
||||||
width={2432}
|
width={2432}
|
||||||
|
|||||||
BIN
docs/static/img/desktop-llm-chat-dark.png
vendored
Normal file
BIN
docs/static/img/desktop-llm-chat-dark.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 246 KiB |
BIN
docs/static/img/desktop-llm-chat-light.png
vendored
Normal file
BIN
docs/static/img/desktop-llm-chat-light.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 244 KiB |
Loading…
x
Reference in New Issue
Block a user