Skip to main content

ProfileNotFound

Components

ProfileNotFound()

ProfileNotFound(props, context?): ReactNode

Component used in the profile app when a profile associated witha specific DID is not found

Parameters

ParameterType
propsProfileNotFoundProps
context?any

Returns

ReactNode

Source

libs/design-system-components/src/components/ProfileNotFound/index.tsx:22

Props

ProfileNotFoundProps

ProfileNotFoundProps: object

Type declaration

MemberType
buttonLabelstring
onClickGoToHomepage() => void
titleLabelstring

Source

libs/design-system-components/src/components/ProfileNotFound/index.tsx:10