Skip to content

Commit

Permalink
Standardize editor role titles to lowercase and hyphenated format
Browse files Browse the repository at this point in the history
  • Loading branch information
nlisgo committed Nov 28, 2024
1 parent dd087a5 commit a36859b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ type Story = StoryObj<typeof EditorsAndReviewers>;
export const EditorsAndReviewersExample: Story = {
args: {
participants: [
{ name: 'Steve Rogers', role: 'Reviewing Editor', institution: 'The Strategic Homeland Intervention, Enforcement, and Logistics Division, Washington, D.C., United States' },
{ name: 'Antony Stark', role: 'Senior Editor', institution: 'Stark Industries, Los Angeles, California, United States' },
{ name: 'Steve Rogers', role: 'editor', institution: 'The Strategic Homeland Intervention, Enforcement, and Logistics Division, Washington, D.C., United States' },
{ name: 'Antony Stark', role: 'senior-editor', institution: 'Stark Industries, Los Angeles, California, United States' },
],
},
};

0 comments on commit a36859b

Please sign in to comment.