Skip to content

Commit

Permalink
feat: 💄 Add user avatar in support bubble
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Feb 25, 2022
1 parent 9e08ff5 commit b0d7be4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/builder/components/shared/SupportBubble.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const SupportBubble = () => {
Name: user?.name ?? undefined,
Email: user?.email ?? undefined,
'Typebot ID': typebot?.id,
'Avatar URL': user?.image ?? undefined,
},
})
// eslint-disable-next-line react-hooks/exhaustive-deps
Expand Down

2 comments on commit b0d7be4

@vercel
Copy link

@vercel vercel bot commented on b0d7be4 Feb 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on b0d7be4 Feb 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

builder-v2 – ./apps/builder

builder-v2-typebot-io.vercel.app
app.typebot.io
builder-v2-git-main-typebot-io.vercel.app

Please sign in to comment.