Skip to content

Commit

Permalink
feat: updated UI
Browse files Browse the repository at this point in the history
  • Loading branch information
rajat693 committed Sep 9, 2024
1 parent d582945 commit 2b0393d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import Wrapper from '../../core-components/nativewind/Wrapper';
import { CollapsibleCode } from '@gluestack/design-system';
import AnatomyImage from '../../extra-components/nativewind/AnatomyImage';
import { ArrowUpRight } from 'lucide-react-native';
import { Link as UnitoolsLink } from '@unitools/link';
import UnitoolsLink from '@unitools/link';
import UnitoolsLinkEg from '../../extra-components/nativewind/UnitoolsLink';

This is an illustration of **Link** component.
Expand Down Expand Up @@ -465,7 +465,7 @@ import Link from "@unitools/link";
</Link>
`,
transformCode: (code) => {
return transformedCode(code, 'function', 'Home');
return transformedCode(code);
},
scope: {
Wrapper,
Expand Down

0 comments on commit 2b0393d

Please sign in to comment.