Skip to content

Commit

Permalink
fix: add   between region code and region list
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Kwong committed Feb 4, 2025
1 parent 7e1e6d0 commit 2b8a96c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/%5Fparams/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const ParamsPage = () => (
<Section>
<DataList.Root>
<DataList.Item>
<DataList.Label>Git SHA</DataList.Label>
<DataList.Label>Commit</DataList.Label>
<DataList.Value>
<Code asChild className={styles.codeValue} variant="ghost">
<Link
Expand All @@ -32,8 +32,8 @@ const ParamsPage = () => (
<DataList.Value>
<Code className={styles.codeValue} variant="ghost">
{process.env.VERCEL_REGION}
</Code>{" "}
(
</Code>
&nbsp;(
<Link
href="https://vercel.com/docs/edge-network/regions#region-list"
rel="noreferrer"
Expand Down

0 comments on commit 2b8a96c

Please sign in to comment.