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

Commit 17d66bc

Browse files
jhchabranactions-user
authored andcommitted
squash! Prettier
1 parent 6d5f7b6 commit 17d66bc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: src/components/Banner.tsx

+6-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,12 @@ export function Banner({ path }: { path: string }): JSX.Element {
2424
<a href="https://www.notion.so/sourcegraph">Notion-based handbook</a>.
2525
<br />
2626
<br />
27-
<i>If you're a Sourcegraph teammate, you can set up a redirection to the corresponding Notion page by
28-
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>
27+
<i>
28+
If you're a Sourcegraph teammate, you can set up a redirection to the corresponding Notion page by
29+
making a pull request against{' '}
30+
<a href="https://github.com/sourcegraph/handbook/blob/main/data/notion_migration.yml">this file</a>{' '}
31+
to match the handbook path with the new Notion page.
32+
</i>
2933
</div>
3034
</aside>,
3135
]

0 commit comments

Comments
 (0)