Added images for getting started page

This commit is contained in:
frikky
2022-11-22 16:39:11 +01:00
parent 87b7eff068
commit 28278eeb47
6 changed files with 6 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

+1
View File
@@ -6,6 +6,7 @@ docker rm shuffle-frontend
echo "Running build for website"
#sudo npm run build
docker build . -t ghcr.io/frikky/shuffle-frontend:nightly
docker tag ghcr.io/frikky/shuffle-frontend:nightly ghcr.io/shuffle/shuffle-frontend:nightly
echo "Starting server"
# Rerun build locally for it to update :)
+2
View File
@@ -180,6 +180,8 @@ const Header = (props) => {
org_id: orgId,
};
localStorage.setItem("getting_started_sidebar", "open");
fetch(`${globalUrl}/api/v1/orgs/${orgId}/change`, {
mode: "cors",
method: "POST",