diff --git a/ui/components/component-library/avatar-favicon/README.mdx b/ui/components/component-library/avatar-favicon/README.mdx
index adcaabc69..6559f2855 100644
--- a/ui/components/component-library/avatar-favicon/README.mdx
+++ b/ui/components/component-library/avatar-favicon/README.mdx
@@ -1,5 +1,7 @@
import { Story, Canvas, ArgsTable } from '@storybook/addon-docs';
+import { AvatarBase } from '../';
+
import { AvatarFavicon } from './avatar-favicon';
# AvatarFavicon
@@ -16,29 +18,58 @@ The `AvatarFavicon` accepts all props below as well as all [Box](/docs/ui-compon
+`AvatarFavicon` accepts all [AvatarBase](/docs/ui-components-component-library-avatar-base-avatar-base-stories-js--default-story#props)
+component props
+
+
+
### Size
Use the `size` prop to set the size of the `AvatarFavicon`.
+Optional: `AVATAR_FAVICON_SIZES` from `./ui/components/component-library` object can be used instead of `SIZES`
+
Possible sizes include:
-- `xs` 16px
-- `sm` 24px
-- `md` 32px
-- `lg` 40px
-- `xl` 48px
+- `SIZES.XS` 16px
+- `SIZES.SM` 24px
+- `SIZES.MD` 32px
+- `SIZES.LG` 40px
+- `SIZES.XL` 48px
-Defaults to `md`
+Defaults to `SIZES.MD`
-### Image Source
+```jsx
+import { SIZES } from '../../../helpers/constants/design-system';
+import { AvatarFavicon } from '../ui/component-library';
-Use the `imageSource` prop to set the image to be rendered of the `AvatarFavicon`.
+
+
+
+
+
+```
+
+### Src
+
+Use the `src` prop to set the image to be rendered of the `AvatarFavicon`.
+
+
+
+```jsx
+import { AvatarFavicon } from '../ui/component-library';
+
+
+
+```
### Fallback Icon Props
-If there is no `imageSource` then in that case an [icon](/docs/ui-components-component-library-icon-icon-stories-js--default-story) will be used as the fallback display and it can be customised via `fallbackIconProps`.
+If there is no `src` then in that case an [icon](/docs/ui-components-component-library-icon-icon-stories-js--default-story) will be used as the fallback display and it can be customised via `fallbackIconProps`.
diff --git a/ui/components/component-library/avatar-favicon/__snapshots__/avatar-favicon.test.js.snap b/ui/components/component-library/avatar-favicon/__snapshots__/avatar-favicon.test.js.snap
new file mode 100644
index 000000000..dfec97d93
--- /dev/null
+++ b/ui/components/component-library/avatar-favicon/__snapshots__/avatar-favicon.test.js.snap
@@ -0,0 +1,15 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`AvatarFavicon should render correctly 1`] = `
+
diff --git a/ui/components/component-library/tag-url/tag-url.js b/ui/components/component-library/tag-url/tag-url.js
index ae7619875..c481e0a9b 100644
--- a/ui/components/component-library/tag-url/tag-url.js
+++ b/ui/components/component-library/tag-url/tag-url.js
@@ -41,7 +41,7 @@ export const TagUrl = ({
display={DISPLAY.FLEX}
{...props}
>
-
+
{showLockIcon && (