feat: clickable notification account (#184)

This commit is contained in:
Shinigami 2022-11-27 20:40:16 +01:00 committed by GitHub
parent 5ac225fd11
commit fa35d73d56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 4 deletions

View file

@ -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>