We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa7217 commit d4c0739Copy full SHA for d4c0739
src/components/atomic/AppShell.js
@@ -44,7 +44,7 @@ const AppShell = ({
44
return (
45
<Grommet theme={TattleTheme} full>
46
<Box fill direction={"column"}>
47
- <SEO title={`Tattle`} heading={headerLabel} meta={meta} />
+ <SEO title={meta?.name || headerLabel || `Tattle`} heading={headerLabel} meta={meta} />
48
{/* {location.pathname !== MODAL_PATH && (
49
<Box
50
background={"accent-1"}
0 commit comments