mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-23 04:36:52 +00:00
fixes
This commit is contained in:
BIN
src/components/Tutorials/img/obtaining-qort.jpg
Normal file
BIN
src/components/Tutorials/img/obtaining-qort.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
@@ -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
|
||||
},
|
||||
},
|
||||
],
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user