mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-15 23:54:42 -04:00
docs: consolidate docs (#2182)
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
8d46d7e39e
commit
ecffebc43c
307 changed files with 1474 additions and 487 deletions
|
@ -21,9 +21,10 @@ export interface UserAvatarForUsernameProps extends Omit<UserAvatarProps, 'user'
|
|||
* Renders the user avatar for a given username.
|
||||
* When no username is given, the guest user will be used as fallback.
|
||||
*
|
||||
* @see {UserAvatar}
|
||||
* @see UserAvatar
|
||||
*
|
||||
* @param username The username for which to show the avatar or null to show the guest user avatar.
|
||||
* @param props Additional props directly given to the {@link UserAvatar}
|
||||
*/
|
||||
export const UserAvatarForUsername: React.FC<UserAvatarForUsernameProps> = ({ username, ...props }) => {
|
||||
const { t } = useTranslation()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue