File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/routes/(console)/organization-[organization] Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9999{#if organization ?.$id }
100100 <Cover >
101101 <svelte:fragment slot =" header" >
102- <span class = " u-flex u-cross- center u- gap-12 u-min-width-0" >
102+ <Layout . Stack direction = " row " alignItems = " center" gap = " m " class = " u-min-width-0" >
103103 <Typography .Title color =" --fgcolor-neutral-primary" size =" xl" truncate >
104104 {organization .name }
105105 </Typography .Title >
127127 isCloud ? goto (` ${base }/create-organization ` ) : newOrgModal .set (true )}>
128128 <Icon icon ={IconPlus } size =" s" />
129129 </Button >
130- </span >
130+ </Layout . Stack >
131131 <div class =" u-margin-inline-start-auto" >
132132 <Layout .Stack direction =" row" alignItems =" center" gap =" xl" >
133133 {#if $members .total > 1 }
You can’t perform that action at this time.
0 commit comments