Skip to content

Commit

Permalink
feat: minor copy update
Browse files Browse the repository at this point in the history
Signed-off-by: Matous Havlena <havlenma@gmail.com>
  • Loading branch information
matoushavlena committed Dec 15, 2024
1 parent 8120aca commit 088a9c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const ibmPlexSans = localFont({
});

export const metadata: Metadata = {
title: 'Bee Artifact',
title: 'BeeAI Artifact',
icons: { icon: '//www.ibm.com/favicon.ico' },
};

Expand Down
2 changes: 1 addition & 1 deletion src/modules/artifacts/ArtifactSharedIframe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export function ArtifactSharedIframe({ artifact, token }: Props) {
<iframe
ref={iframeRef}
src={USERCONTENT_SITE_URL}
title="Bee Artifact"
title="BeeAI Artifact"
sandbox={[
'allow-scripts',
'allow-downloads',
Expand Down

0 comments on commit 088a9c1

Please sign in to comment.