From 1bca86c8d50c8d82b9be11c647b8b506b8cab940 Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Thu, 8 Aug 2024 10:10:20 +0200 Subject: [PATCH] E2C: use `TextLink` component for consistency (#91642) use TextLink component for consistency --- .../app/features/migrate-to-cloud/MigrateToCloud.tsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/public/app/features/migrate-to-cloud/MigrateToCloud.tsx b/public/app/features/migrate-to-cloud/MigrateToCloud.tsx index 267db2e4bd2..caa8d8848d3 100644 --- a/public/app/features/migrate-to-cloud/MigrateToCloud.tsx +++ b/public/app/features/migrate-to-cloud/MigrateToCloud.tsx @@ -1,5 +1,5 @@ import { config } from '@grafana/runtime'; -import { Alert } from '@grafana/ui'; +import { Alert, TextLink } from '@grafana/ui'; import { Page } from 'app/core/components/Page/Page'; import { Trans, t } from '../../core/internationalization'; @@ -25,14 +25,12 @@ export default function MigrateToCloud() { > No SLAs are available yet.{' '} - Visit our docs - {' '} + {' '} to learn more about this feature!