Skip to content

Commit

Permalink
Changing some hardcoded values
Browse files Browse the repository at this point in the history
  • Loading branch information
cohitre committed Feb 26, 2024
1 parent c331f40 commit be27b3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function ColumnsContainerPanel({ data, setData }: ColumnsContaine
};

return (
<BaseSidebarPanel title="Button block">
<BaseSidebarPanel title="Columns block">
<RadioGroupInput
label="Number of columns"
defaultValue={data.props.columnsCount === 2 ? '2' : '3'}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const POST_METRICS_REPORT: TEditorConfiguration = {
props: {
size: 32,
shape: 'circle',
imageUrl: '',
imageUrl: 'https://ui-avatars.com/api/?name=John+Doe',
fallbackText: 'Jordan',
fallbackColor: null,
},
Expand Down

0 comments on commit be27b3f

Please sign in to comment.