This commit is contained in:
2025-02-19 15:39:05 +02:00
parent 3515c0b6c9
commit b82de8d84b
4 changed files with 60 additions and 22 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

View File

@@ -7,7 +7,7 @@ import importantImg from './img/important.webp'
import navigationImg from './img/navigation.webp'
import overviewImg from './img/overview.webp'
import startedImg from './img/started.webp'
import obtainingImg from './img/obtaining-qort.jpg'
const checkIfGatewayIsOnline = async () => {
try {
@@ -133,6 +133,15 @@ useEffect(()=> {
poster: groupsImg
},
},
{
title: "4. Obtaining Qort",
resource: {
name: "a-test",
service: "VIDEO",
identifier: "obtaining-qort",
poster: obtainingImg
},
},
],
});
}