From 78c06abbd4c0df11631d9cb7f9b0fda441256b1b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 17 Nov 2023 08:44:53 +0100 Subject: [PATCH] update default layout --- libs/schema/src/metadata/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/schema/src/metadata/index.ts b/libs/schema/src/metadata/index.ts index 9de9a5e9b..8471bc3e3 100644 --- a/libs/schema/src/metadata/index.ts +++ b/libs/schema/src/metadata/index.ts @@ -2,8 +2,8 @@ import { z } from "zod"; export const defaultLayout = [ [ - ["summary", "awards", "certifications", "education", "experience", "volunteer"], - ["interests", "languages", "profiles", "projects", "publications", "references", "skills"], + ["profiles", "summary", "experience", "education", "projects", "volunteer", "references"], + ["skills", "interests", "certification", "awards", "publications", "languages"], ], ];