From befbeaa228297be40cb34f6d9a1d857a874e2595 Mon Sep 17 00:00:00 2001 From: AlecM33 Date: Mon, 11 Nov 2024 15:01:56 -0500 Subject: [PATCH] formatting --- client/src/config/defaultRoles.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/config/defaultRoles.js b/client/src/config/defaultRoles.js index 4b5ae95..31ecb63 100644 --- a/client/src/config/defaultRoles.js +++ b/client/src/config/defaultRoles.js @@ -7,12 +7,12 @@ export const defaultRoles = [ { role: 'Werewolf', team: 'evil', - description: "During the night, choose a player to eliminate." + description: 'During the night, choose a player to eliminate.' }, { role: 'Dream Wolf', team: 'evil', - description: "You are a Werewolf, but you don't wake up with the other Werewolves until one of them dies." + description: 'You are a Werewolf, but you don\'t wake up with the other Werewolves until one of them dies.' }, { role: 'Sorceress', @@ -27,7 +27,7 @@ export const defaultRoles = [ { role: 'Blind Minion', team: 'evil', - description: "You are an evil villager, but you do NOT know who the Werewolves are. You win if the Werewolves win." + description: 'You are an evil villager, but you do NOT know who the Werewolves are. You win if the Werewolves win.' }, { role: 'Seer',