Skip to content

Commit

Permalink
update default layout
Browse files Browse the repository at this point in the history
  • Loading branch information
AmruthPillai committed Nov 17, 2023
1 parent 34247f1 commit 78c06ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/schema/src/metadata/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
],
];

Expand Down

0 comments on commit 78c06ab

Please sign in to comment.