Add images for new templates (#1742)

This commit is contained in:
Shuchang Zheng
2025-02-07 04:03:38 +08:00
committed by GitHub
parent 73a69edbbc
commit 81b1151257
3 changed files with 4 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

View File

@@ -1,8 +1,12 @@
import jobApplicationImage from "@/assets/job-application.png";
import contactFormsImage from "@/assets/contact-forms.png";
import purchasingImage from "@/assets/purchasing.png";
import entityLookupImage from "@/assets/entity-lookup.png";
export const TEMPORARY_TEMPLATE_IMAGES: Record<string, string> = {
wpid_353862309074493424: jobApplicationImage,
wpid_351487857063054716: jobApplicationImage,
wpid_356554024867713766: contactFormsImage,
wpid_357290139535158898: purchasingImage,
wpid_357290367168425660: entityLookupImage,
};