Skip to content

Commit 2de6608

Browse files
committed
feat: update "Switch to this space" button icon to merge
1 parent ee88ed4 commit 2de6608

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/platform/plugins/shared/spaces/public/management/edit_space

x-pack/platform/plugins/shared/spaces/public/management/edit_space/edit_space.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export const EditSpace: FC<PageProps> = ({
232232
<React.Fragment>
233233
{userActiveSpace?.id !== id ? (
234234
<EuiButton
235-
iconType="send"
235+
iconType="merge"
236236
href={addSpaceIdToPath(
237237
serverBasePath,
238238
id,

0 commit comments

Comments
 (0)