Add contact forms template image (#1724)

This commit is contained in:
Shuchang Zheng
2025-02-05 22:04:18 +08:00
committed by GitHub
parent 6f3dcd13b8
commit 25230b34aa
2 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@@ -1,6 +1,8 @@
import jobApplicationImage from "@/assets/job-application.png";
import contactFormsImage from "@/assets/contact-forms.png";
export const TEMPORARY_TEMPLATE_IMAGES: Record<string, string> = {
wpid_353862309074493424: jobApplicationImage,
wpid_351487857063054716: jobApplicationImage,
wpid_356554024867713766: contactFormsImage,
};