Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
squash! Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchabran authored and actions-user committed Apr 30, 2024
1 parent a60a757 commit 168a0c8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/components/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ export function Banner({ path }: { path: string }): JSX.Element {
<a href="https://www.notion.so/sourcegraph">Notion-based handbook</a>.
<br />
<br />
<i>If you're a Sourcegraph teammate, you can set up a redirection to the corresponding Notion page by
making a pull request against <a href="https://github.com/sourcegraph/handbook/blob/main/data/notion_migration.yml">this file</a> to match the handbook path with the new Notion page.</i>
<i>
If you're a Sourcegraph teammate, you can set up a redirection to the corresponding Notion page by
making a pull request against{' '}
<a href="https://github.com/sourcegraph/handbook/blob/main/data/notion_migration.yml">this file</a>{' '}
to match the handbook path with the new Notion page.
</i>
</div>
</aside>,
]
Expand Down

0 comments on commit 168a0c8

Please sign in to comment.