Skip to content

Commit

Permalink
Merge branch 'OCD-4765' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
tmy1313 committed Mar 7, 2025
2 parents cc9279f + 2dab47d commit b07827f
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/app/pages/administration/url-checker/url-checker.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import CheckCircleIcon from '@material-ui/icons/CheckCircle';
import VerifiedUserIcon from '@material-ui/icons/VerifiedUser';

import usePostUrlChecker from 'api/url-checker';
import { ChplTextField } from 'components/util';
import { ChplLink, ChplTextField } from 'components/util';
import { UserContext } from 'shared/contexts';
import { utilStyles, palette, theme } from 'themes';

Expand Down Expand Up @@ -225,13 +225,12 @@ function ChplUrlChecker() {
{displayStatusIcon(urlCheckResponse.httpResponseAssertion.passed)}
</Box>
<Typography variant="body2">
<a
<ChplLink
href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Status"
target="_blank"
rel="noopener noreferrer"
>
Reference for HTTP Status Codes
</a>
text="Reference for HTTP Status Codes"
external
inline
/>
</Typography>
</>
) : (
Expand Down

0 comments on commit b07827f

Please sign in to comment.