ProfileNotFound
Components
ProfileNotFound()
ProfileNotFound(
props
,context
?):ReactNode
Component used in the profile app when a profile associated witha specific DID is not found
Parameters
Parameter | Type |
---|---|
props | ProfileNotFoundProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/ProfileNotFound/index.tsx:22
Props
ProfileNotFoundProps
ProfileNotFoundProps:
object
Type declaration
Member | Type |
---|---|
buttonLabel | string |
onClickGoToHomepage | () => void |
titleLabel | string |
Source
libs/design-system-components/src/components/ProfileNotFound/index.tsx:10