minor fix

This commit is contained in:
daniel31x13
2025-09-22 08:57:49 -04:00
parent 37c1100e37
commit 4541f1435b

View File

@@ -192,12 +192,7 @@ export default function Index() {
<div className="relative">
<DropdownMenu>
<DropdownMenuTrigger asChild>
<Button
asChild
variant="ghost"
size="icon"
title={t("more")}
>
<Button variant="ghost" size="icon" title={t("more")}>
<i className="bi-three-dots text-xl text-neutral" />
</Button>
</DropdownMenuTrigger>