[WIKI-647] chore: update image path (#7734)
* chore: update image path * chore: update asset path
@ -6,7 +6,7 @@ import { useResolvedAssetPath } from "@/hooks/use-resolved-asset-path";
|
|||||||
|
|
||||||
export const PageNavigationPaneAssetsTabEmptyState = () => {
|
export const PageNavigationPaneAssetsTabEmptyState = () => {
|
||||||
// asset resolved path
|
// asset resolved path
|
||||||
const resolvedPath = useResolvedAssetPath({ basePath: "/empty-state/pages/navigation-pane/assets" });
|
const resolvedPath = useResolvedAssetPath({ basePath: "/empty-state/wiki/navigation-pane/assets" });
|
||||||
// translation
|
// translation
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
|
|
||||||
|
|||||||
@ -6,7 +6,7 @@ import { useResolvedAssetPath } from "@/hooks/use-resolved-asset-path";
|
|||||||
|
|
||||||
export const PageNavigationPaneOutlineTabEmptyState = () => {
|
export const PageNavigationPaneOutlineTabEmptyState = () => {
|
||||||
// asset resolved path
|
// asset resolved path
|
||||||
const resolvedPath = useResolvedAssetPath({ basePath: "/empty-state/pages/navigation-pane/outline" });
|
const resolvedPath = useResolvedAssetPath({ basePath: "/empty-state/wiki/navigation-pane/outline" });
|
||||||
// translation
|
// translation
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
|
|
||||||
|
|||||||
@ -55,17 +55,17 @@ export const PagesListMainContent: React.FC<Props> = observer((props) => {
|
|||||||
basePath: "/empty-state/onboarding/pages",
|
basePath: "/empty-state/onboarding/pages",
|
||||||
});
|
});
|
||||||
const publicPageResolvedPath = useResolvedAssetPath({
|
const publicPageResolvedPath = useResolvedAssetPath({
|
||||||
basePath: "/empty-state/pages/public",
|
basePath: "/empty-state/wiki/public",
|
||||||
});
|
});
|
||||||
const privatePageResolvedPath = useResolvedAssetPath({
|
const privatePageResolvedPath = useResolvedAssetPath({
|
||||||
basePath: "/empty-state/pages/private",
|
basePath: "/empty-state/wiki/private",
|
||||||
});
|
});
|
||||||
const archivedPageResolvedPath = useResolvedAssetPath({
|
const archivedPageResolvedPath = useResolvedAssetPath({
|
||||||
basePath: "/empty-state/pages/archived",
|
basePath: "/empty-state/wiki/archived",
|
||||||
});
|
});
|
||||||
const resolvedFiltersImage = useResolvedAssetPath({ basePath: "/empty-state/pages/all-filters", extension: "svg" });
|
const resolvedFiltersImage = useResolvedAssetPath({ basePath: "/empty-state/wiki/all-filters", extension: "svg" });
|
||||||
const resolvedNameFilterImage = useResolvedAssetPath({
|
const resolvedNameFilterImage = useResolvedAssetPath({
|
||||||
basePath: "/empty-state/pages/name-filter",
|
basePath: "/empty-state/wiki/name-filter",
|
||||||
extension: "svg",
|
extension: "svg",
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 82 KiB |
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
|
Before Width: | Height: | Size: 156 KiB After Width: | Height: | Size: 156 KiB |
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |