Skip to content

Commit 272c2cd

Browse files
authored
Subtle Link example update (#2438)
* Update subtle example for Link * Change files
1 parent 300bd12 commit 272c2cd

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Update subtle example for Link",
4+
"packageName": "@fluentui-react-native/link",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

packages/components/Link/SPEC.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ Win32:
5151
<Link appearance="subtle" url="https://www.bing.com/">
5252
Click to navigate.
5353
</Link>
54-
<Text>
55-
This is inline Link.{' '}
56-
<Link appearance="subtle" inline onPress={doPress} onAccessibilityTap={doAllyTap}>
57-
Click to alert.
58-
</Link>
59-
</Text>
6054
<Link appearance="subtle" onPress={doPress} disabled>
6155
Disabled Link
6256
</Link>
0 Bytes
Loading

0 commit comments

Comments
 (0)