feat: clickable notification account (#184)
This commit is contained in:
parent
5ac225fd11
commit
fa35d73d56
2 changed files with 9 additions and 4 deletions
|
@ -10,7 +10,7 @@ cacheAccount(account)
|
|||
|
||||
<template>
|
||||
<div flex justify-between hover:bg-active transition-100>
|
||||
<AccountInfo :account="account" hover p1 />
|
||||
<AccountInfo :account="account" hover p1 as="router-link" :to="getAccountPath(account)" />
|
||||
<div h-full p1>
|
||||
<AccountFollowButton :account="account" />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue