refactor: removed dropdown title because its ugly

This commit is contained in:
Hachi-R 2024-11-15 23:54:45 -03:00
parent 130c23603f
commit f2cc20cb7c

View File

@ -285,7 +285,6 @@ export function DownloadGroup({
{getGameActions(game) !== null && (
<DropdownMenu
title={t("options")}
align="end"
items={getGameActions(game)}
sideOffset={-70}