diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-12-30 15:32:07 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-12-30 15:32:07 -0600 |
commit | 5eddbcea16e18afa6cc8076fd33843f76a549a91 (patch) | |
tree | a34ae76b2bf3d2fa265e779209edb23c47c45e65 /src/view/com/util/Link.tsx | |
parent | 3d91cf3137501de149ae8db2f866ada84646206f (diff) | |
download | voidsky-5eddbcea16e18afa6cc8076fd33843f76a549a91.tar.zst |
Various small fixes
Diffstat (limited to 'src/view/com/util/Link.tsx')
-rw-r--r-- | src/view/com/util/Link.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/util/Link.tsx b/src/view/com/util/Link.tsx index 05573d999..1e7b90506 100644 --- a/src/view/com/util/Link.tsx +++ b/src/view/com/util/Link.tsx @@ -63,7 +63,7 @@ export const TextLink = observer(function Link({ href, text, }: { - type: TypographyVariant + type?: TypographyVariant style?: StyleProp<TextStyle> href: string text: string |