mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
fix: invalid manage path
This commit is contained in:
parent
d70185526f
commit
eec29ef9dc
@ -84,7 +84,7 @@ const BotCard: React.FC<BotCardProps> = ({ manage = false, bot }) => {
|
||||
</a>
|
||||
</Link>
|
||||
{manage ? (
|
||||
<Link href={`/manage/${bot.id}`}>
|
||||
<Link href={`/bots${bot.id}/edit`}>
|
||||
<a className='py-3 w-full text-center text-green-500 hover:text-white text-sm font-bold hover:bg-green-500 rounded-br-2xl hover:shadow-lg transition duration-100 ease-in'>
|
||||
관리하기
|
||||
</a>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user