diff --git a/src/components/Shell/Shell.tsx b/src/components/Shell/Shell.tsx
index 8876db3..43305a6 100644
--- a/src/components/Shell/Shell.tsx
+++ b/src/components/Shell/Shell.tsx
@@ -10,8 +10,10 @@ import {
import CssBaseline from '@mui/material/CssBaseline'
import { ThemeProvider, createTheme } from '@mui/material/styles'
import Box from '@mui/material/Box'
+import Typography from '@mui/material/Typography'
import { AlertColor } from '@mui/material/Alert'
import MuiDrawer from '@mui/material/Drawer'
+import Link from '@mui/material/Link'
import { useWindowSize } from '@react-hook/window-size'
import { ShellContext } from 'contexts/ShellContext'
@@ -394,6 +396,23 @@ export const Shell = ({ appNeedsUpdate, children, userPeerId }: ShellProps) => {
peerAudios={peerAudios}
connectionTestResults={connectionTestResults}
/>
+ {isEmbedded ? (
+ ({
+ padding: '1em',
+ textAlign: 'center',
+ })}
+ >
+ This conversation is powered by{' '}
+
+ Chitchatter
+
+
+ ) : null}