Skip to content

Commit

Permalink
Update [questchain].tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSero committed Jan 5, 2024
1 parent 2446235 commit 40c029c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/pages/learn/playbooks/[questchain].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const QuestChainPathPage: React.FC<Props> = ({
return (
<PageContainer maxW="96rem" alignSelf="center">
<HeadComponent
title={inputQuestChain.name}
title={inputQuestChain.name ?? 'Untitled Quest Chain'}
description="MetaGame is a Massive Online Coordination Game! MetaGame has some epic quests going on!"
url="https://metagame.wtf/learn/playbooks"
/>
Expand Down

0 comments on commit 40c029c

Please sign in to comment.