Skip to content

Commit d4c0739

Browse files
fix: social card title (#242)
1 parent eaa7217 commit d4c0739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/atomic/AppShell.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const AppShell = ({
4444
return (
4545
<Grommet theme={TattleTheme} full>
4646
<Box fill direction={"column"}>
47-
<SEO title={`Tattle`} heading={headerLabel} meta={meta} />
47+
<SEO title={meta?.name || headerLabel || `Tattle`} heading={headerLabel} meta={meta} />
4848
{/* {location.pathname !== MODAL_PATH && (
4949
<Box
5050
background={"accent-1"}

0 commit comments

Comments
 (0)