Skip to content

Commit

Permalink
Merge branch 'main' into kaito/features-external-link
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitoo1 committed Oct 19, 2023
2 parents 25eec1a + 7ac7735 commit 554cf92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/core/Dropdown/DropdownLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function DropdownLink({

if (label) {
return (
<StyledGalleryLink onClick={handleClick}>
<StyledGalleryLink to={href} onClick={handleClick}>
<HStack gap={4} align="center">
{variant === 'delete' ? <TrashIconNew color={colors.error} /> : null}
<BaseM color={variant === 'delete' ? colors.error : undefined}>{label}</BaseM>
Expand Down

0 comments on commit 554cf92

Please sign in to comment.