Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Clean up class name
  • Loading branch information
Kateryna Kodonenko
Kateryna Kodonenko committed Sep 27, 2024
commit d5259b0d076bbcfef010ba85733ce8935346660e
2 changes: 1 addition & 1 deletion src/components/site-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ export const SiteForm = ( {
{ onSelectPath && (
<>
<div className="flex flex-row items-center mb-0">
<Button className={ 'pl-0' } onClick={ handleAdvancedSettingsClick }>
<Button className="pl-0" onClick={ handleAdvancedSettingsClick }>
<Icon
size={ 24 }
icon={ chevronIcon }
Expand Down