Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker committed Dec 9, 2023
1 parent 92a5bb2 commit 3880b8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/components/Spotlight/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
font-weight: initial;
}

h4, p {
h4,
p {
word-break: break-word;
white-space: pre-wrap;
}
Expand Down
2 changes: 1 addition & 1 deletion src/utils/array.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ export function shuffleArray<T>(array_: T[]): T[] {
[array[i], array[j]] = [array[j], array[i]];
}
return array;
}
}

0 comments on commit 3880b8c

Please sign in to comment.