screenshots: Light and Dark mode

This commit is contained in:
drake 2023-10-02 15:04:36 +07:00
parent fd5016cff2
commit 45f3457473
6 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 434 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 435 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB