mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-24 09:18:06 +01:00
Add a “link” status icon for toots with a preview card
This commit is contained in:
parent
b21615e957
commit
bdc2338833
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ export default class Status extends ImmutablePureComponent {
|
||||||
compact
|
compact
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
//TODO: set mediaIcon?
|
mediaIcon = 'link';
|
||||||
}
|
}
|
||||||
|
|
||||||
// Here we prepare extra data-* attributes for CSS selectors.
|
// Here we prepare extra data-* attributes for CSS selectors.
|
||||||
|
|
Loading…
Reference in a new issue