screenshots: Light and Dark mode
This commit is contained in:
parent
fd5016cff2
commit
45f3457473
@ -71,7 +71,7 @@ export default function HomepageSectionOne() {
|
||||
? // TODO replace with darkmode image
|
||||
require("@site/static/img/desktop-explore-models-dark.png")
|
||||
.default
|
||||
: require("@site/static/img/desktop-explore-models.png")
|
||||
: require("@site/static/img/desktop-explore-models-light.png")
|
||||
.default
|
||||
}
|
||||
alt="Product screenshot"
|
||||
|
||||
@ -68,8 +68,8 @@ export default function sectionTwo() {
|
||||
src={
|
||||
colorMode === "dark"
|
||||
? // TODO replace with darkmode image
|
||||
require("@site/static/img/desktop-model-settings.png").default
|
||||
: require("@site/static/img/desktop-model-settings.png").default
|
||||
require("@site/static/img/desktop-model-settings-dark.png").default
|
||||
: require("@site/static/img/desktop-model-settings-light.png").default
|
||||
}
|
||||
alt="Product screenshot"
|
||||
className="w-[48rem] max-w-none rounded-xl shadow-xl ring-1 ring-gray-400/10 sm:w-[57rem] md:-ml-4 lg:-ml-0"
|
||||
|
||||
BIN
docs/static/img/desktop-explore-models-dark.png
vendored
BIN
docs/static/img/desktop-explore-models-dark.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 434 KiB |
BIN
docs/static/img/desktop-explore-models-light.png
vendored
Normal file
BIN
docs/static/img/desktop-explore-models-light.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 435 KiB |
BIN
docs/static/img/desktop-model-settings-dark.png
vendored
Normal file
BIN
docs/static/img/desktop-model-settings-dark.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 186 KiB |
BIN
docs/static/img/desktop-model-settings-light.png
vendored
Normal file
BIN
docs/static/img/desktop-model-settings-light.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 192 KiB |
Loading…
x
Reference in New Issue
Block a user