Skip to content

Commit

Permalink
remove unnecessry spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed May 17, 2024
1 parent bb00482 commit 93dc136
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default function GenericEvent(props: IProps) {
return (
<div className="flex w-full flex-col gap-4 rounded-lg border border-gray-400 p-4 @container">
{Object.entries(props.values).map(([key, value]) => (
<div className="flex w-full flex-col items-start gap-2">
<div className="flex w-full flex-col items-start gap-2">
<span className="text-xs uppercase text-gray-700">
{key.replaceAll(/_/g, " ")}
</span>
Expand Down

0 comments on commit 93dc136

Please sign in to comment.