Skip to content

Commit

Permalink
fix custom theme docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
oohwooh authored May 21, 2024
1 parent 884afa6 commit dda6bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/events/[event]/advancedConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default function AdvancedConfig({event}) {
setMutation={SetEventMetadataMutation}
updateId={event.id}
/>
<DocsCallout>Read <Link color="brand" to="https://www.notion.so/codeday/Setting-a-custom-theme-87d8785497f3451aab32a395338ee467">this</Link> before setting a custom theme or it <b>will not work.</b></DocsCallout>
<DocsCallout>Read <Link color="brand" href="https://www.notion.so/codeday/Setting-a-custom-theme-87d8785497f3451aab32a395338ee467">this</Link> before setting a custom theme or it <b>will not work.</b></DocsCallout>
<EditSpecificMetadata
displayKeyAs="Custom theme text"
description="Override the theme from Contentful"
Expand Down

0 comments on commit dda6bb1

Please sign in to comment.