[WIKI-647] chore: update image path (#7734)

* chore: update image path

* chore: update asset path
This commit is contained in:
Vipin Chaudhary 2025-09-08 15:44:56 +05:30 committed by GitHub
parent 20d139cc9e
commit 0cb4976e38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 7 additions and 7 deletions

View file

@ -6,7 +6,7 @@ import { useResolvedAssetPath } from "@/hooks/use-resolved-asset-path";
export const PageNavigationPaneAssetsTabEmptyState = () => {
// asset resolved path
const resolvedPath = useResolvedAssetPath({ basePath: "/empty-state/pages/navigation-pane/assets" });
const resolvedPath = useResolvedAssetPath({ basePath: "/empty-state/wiki/navigation-pane/assets" });
// translation
const { t } = useTranslation();

View file

@ -6,7 +6,7 @@ import { useResolvedAssetPath } from "@/hooks/use-resolved-asset-path";
export const PageNavigationPaneOutlineTabEmptyState = () => {
// asset resolved path
const resolvedPath = useResolvedAssetPath({ basePath: "/empty-state/pages/navigation-pane/outline" });
const resolvedPath = useResolvedAssetPath({ basePath: "/empty-state/wiki/navigation-pane/outline" });
// translation
const { t } = useTranslation();