Skip to content

Commit 435f781

Browse files
authored
docs(quick-start) : Update image for welcome page for CedarJS (#457)
Co-authored-by: chinmay@wsl <>
1 parent 3a15ca5 commit 435f781

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docs/docs/quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ yarn cedarjs dev
3939

4040
Your browser should automatically open to [http://localhost:8910](http://localhost:8910) where you'll see the Welcome Page, which links out to many great resources:
4141

42-
<img data-mode="light" src="https://user-images.githubusercontent.com/300/145314717-431cdb7a-1c45-4aca-9bbc-74df4f05cc3b.png" alt="CedarJS Welcome Page" style={{ marginBottom: 20 }} />
42+
<img data-mode="light" src="/img/quick-start-light-theme.png" alt="CedarJS Welcome Page" style={{ marginBottom: 20 }} />
4343

44-
<img data-mode="dark" src="https://user-images.githubusercontent.com/32992335/161387013-2fc6702c-dfd8-4afe-aa2f-9b06d575ba82.png" alt="CedarJS Welcome Page" style={{ marginBottom: 20 }} />
44+
<img data-mode="dark" src="/img/quick-start-dark-theme.png" alt="CedarJS Welcome Page" style={{ marginBottom: 20 }} />
4545

4646
Congratulations on running your first Cedar CLI command!
4747
From dev to deploy, the CLI is with you the whole way.
158 KB
Loading
163 KB
Loading

0 commit comments

Comments
 (0)