diff --git a/src/web/components/notification/FeedSyncNotification/FeedSyncNotification.jsx b/src/web/components/notification/FeedSyncNotification/FeedSyncNotification.jsx index 390e7ca713..4358f9a780 100644 --- a/src/web/components/notification/FeedSyncNotification/FeedSyncNotification.jsx +++ b/src/web/components/notification/FeedSyncNotification/FeedSyncNotification.jsx @@ -4,7 +4,7 @@ */ import styled from 'styled-components'; -import BlankLink from 'web/components/link/blanklink'; +import ManualLink from 'web/components/link/manuallink'; import { useFeedSyncStatus, useFeedSyncDialog, @@ -51,13 +51,14 @@ const FeedSyncNotification = () => { {_( `Please wait while the feed is syncing. Scans are not available during this time. For more information, visit the`, )}{' '} - - {_('Documentation')}. - + {_('Documentation')} + + .

)}