Migrate to twenty-ui - navigation/link (#7837)
This PR was created by [GitStart](https://gitstart.com/) to address the requirements from this ticket: [TWNTY-7535](https://clients.gitstart.com/twenty/5449/tickets/TWNTY-7535). --- ### Description. Migrate link components to `twenty-ui` \ \ Fixes #7535 --------- Co-authored-by: gitstart-twenty <gitstart-twenty@users.noreply.github.com> Co-authored-by: gitstart-twenty <140154534+gitstart-twenty@users.noreply.github.com> Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
committed by
GitHub
parent
02c34d547f
commit
430644448a
@ -1,4 +1,4 @@
|
||||
import { LinkType } from '@/ui/navigation/link/components/SocialLink';
|
||||
import { LinkType } from 'twenty-ui';
|
||||
import { getDisplayValueByUrlType } from '~/utils/getDisplayValueByUrlType';
|
||||
|
||||
describe('getDisplayValueByUrlType', () => {
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
import { LinkType } from '@/ui/navigation/link/components/SocialLink';
|
||||
|
||||
import { LinkType } from 'twenty-ui';
|
||||
import { isDefined } from './isDefined';
|
||||
|
||||
export const checkUrlType = (url: string) => {
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
import { LinkType } from '@/ui/navigation/link/components/SocialLink';
|
||||
|
||||
import { LinkType } from 'twenty-ui';
|
||||
import { isDefined } from './isDefined';
|
||||
|
||||
type getUrlDisplayValueByUrlTypeProps = {
|
||||
|
||||
Reference in New Issue
Block a user