File tree Expand file tree Collapse file tree
packages/ui/src/layouts/wrapped/hosting/manage/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7474 </defs >
7575 </svg >
7676 <div class =" mt-6 flex flex-col gap-1" >
77- <h2 class =" m-0 text-2xl font-extrabold leading-8 text-contrast" >{{ world.name }}</h2 >
78- <p class =" m-0 text-base font-medium leading-6 text-secondary" >
77+ <h2 class =" m-0 text-2xl font-semibold leading-8 text-contrast" >{{ world.name }}</h2 >
78+ <p class =" m-0 text-base leading-6 text-secondary" >
7979 {{ formatMessage(messages.newWorldInstance) }}
8080 </p >
8181 </div >
8282 </div >
8383
8484 <div class =" px-5 pb-4" >
8585 <ButtonStyled color="brand">
86- <button class =" w-full" @click =" emit('create', world.id)" >
86+ <button class =" w-full !h-10 " @click =" emit('create', world.id)" >
8787 <PlusIcon aria-hidden="true" />
8888 {{ formatMessage(messages.createWorld) }}
8989 </button >
You can’t perform that action at this time.
0 commit comments