Skip to content

Commit

Permalink
Merge pull request #20030 from strapi/chore/refactor-link-to-v2
Browse files Browse the repository at this point in the history
Refactor Link to v2
  • Loading branch information
Christian committed Apr 4, 2024
2 parents 66039c1 + 4c685c9 commit 14a2f42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/plugins/cloud/admin/src/pages/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
*
*/

import { Box, GridLayout, Flex, Typography, Link } from '@strapi/design-system';
import { Box, GridLayout, Flex, Typography } from '@strapi/design-system';
import { Link } from '@strapi/design-system/v2';
import { useIntl } from 'react-intl';
import styled from 'styled-components';

Expand Down

0 comments on commit 14a2f42

Please sign in to comment.