File tree Expand file tree Collapse file tree
apps/hash-frontend/src/pages/shared Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -236,8 +236,7 @@ export const EntityTypeHeader = ({
236236 gap = { 1.5 }
237237 sx = { { position : "relative" , top : 5 } }
238238 >
239- < EntityTypePlural isLinkType = { isLink } readonly = { isReadonly } />
240- { isLink && < EntityTypeInverse readonly = { isReadonly } /> }
239+ < EntityTypePlural isLinkType readonly = { isReadonly } />
241240 </ Stack >
242241 </ Stack >
243242 { ! isDraft && ! isArchived ? (
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ import {
4949 typeHeaderContainerStyles ,
5050} from "./shared/type-editor-styling" ;
5151import { useSlideStack } from "./slide-stack" ;
52- import { backForwardHeight } from "./slide-stack/slide-back-forward-close-bar" ;
5352import { TopContextBar } from "./top-context-bar" ;
5453
5554import type {
@@ -503,7 +502,7 @@ export const EntityType = ({
503502 // @todo confirmation of discard when draft
504503 isDraft
505504 ? {
506- href : `new/type /${ isLink ? "link" : "entity" } -type` ,
505+ href : `new/types /${ isLink ? "link" : "entity" } -type` ,
507506 }
508507 : {
509508 onClick ( ) {
You can’t perform that action at this time.
0 commit comments