Skip to content

Commit

Permalink
Move "the" to the anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
gzdunek authored and github-actions committed Dec 2, 2024
1 parent e86193e commit 5b43a0d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export function NewRequest() {
/>
</Box>
<Info mb={0}>
To request access to a resource, go to the{' '}
To request access to a resource, go to{' '}
{/*TODO: Improve ButtonLink to look more like a text, then use it instead of the Link. */}
<Link
css={`
Expand All @@ -94,7 +94,7 @@ export function NewRequest() {
`}
onClick={openClusterDocument}
>
resources view
the resources view
</Link>{' '}
{doesUnifiedResourcesShowBothAccessibleAndRequestableResources
? 'or find it in the search bar.'
Expand Down

0 comments on commit 5b43a0d

Please sign in to comment.