RegularToot: adjust retoot hint
This commit is contained in:
parent
f3ae69cd26
commit
d7b27f037f
2 changed files with 8 additions and 7 deletions
|
@ -369,7 +369,6 @@ const RegularToot: Component<TootCardProps> = (props) => {
|
|||
<Show when={!!status().reblog}>
|
||||
<div class={tootStyle.tootRetootGrp}>
|
||||
<BoostIcon />
|
||||
<span>
|
||||
<Body2
|
||||
ref={(e: { innerHTML: string }) => {
|
||||
createRenderEffect(() => {
|
||||
|
@ -379,9 +378,8 @@ const RegularToot: Component<TootCardProps> = (props) => {
|
|||
);
|
||||
});
|
||||
}}
|
||||
></Body2>{" "}
|
||||
boosted
|
||||
</span>
|
||||
></Body2>
|
||||
<span>boosts</span>
|
||||
</div>
|
||||
</Show>
|
||||
<TootAuthorGroup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue