fix subscriptions markup (#162)
This commit is contained in:
parent
09717827f2
commit
8e5f34eb85
|
@ -14,6 +14,8 @@
|
|||
position: relative;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.selected {
|
||||
|
|
|
@ -146,7 +146,6 @@ export const Sidebar = (props: FeedSidebarProps) => {
|
|||
<Show when={!authorEntities()[authorSlug]}>
|
||||
<Icon name="hash" class={styles.icon} />
|
||||
</Show>
|
||||
{authorSlug}
|
||||
{authorEntities()[authorSlug]?.name}
|
||||
</div>
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue
Block a user