ok banget

This commit is contained in:
zadit
2024-10-30 03:32:48 +07:00
parent 1ecc6db645
commit 5a2b9b2f86
18 changed files with 244 additions and 130 deletions

View File

@@ -1,6 +1,6 @@
import React from 'react';
import './GuidePage.css';
import API_BASE_URL from '../config.js';
const GuidePage = ({ guideType }) => {
const renderGuideContent = () => {
switch (guideType) {
@@ -10,7 +10,7 @@ const GuidePage = ({ guideType }) => {
<h2>Setup Guide</h2>
<p>1. Turn on edit mode and create item type</p>
<video
src="https://api.kedaimaster.com/uploads/create_item_guide_1.mkv"
src={`${API_BASE_URL}/uploads/create_item_guide_1.mkv`}
autoPlay
muted
loop