mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-22 16:19:07 -05:00
Merge branch 'dev' of https://github.com/equicord/equicord into dev
This commit is contained in:
commit
40ba524206
1 changed files with 1 additions and 1 deletions
|
@ -35,6 +35,6 @@ export default definePlugin({
|
|||
}
|
||||
],
|
||||
PinnedIcon({ pinned }: Message) {
|
||||
return pinned ? <Icons.PinIcon size="xs" style={{ marginLeft: "5px" }} /> : null;
|
||||
return pinned ? (<Icons.PinIcon size="xs" style={{ position: "absolute", right: "0", top: "0" }} />) : null;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue