Skip to content

Commit

Permalink
fix: Add divider in repository actions for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-dalmet committed Dec 22, 2023
1 parent 9628eb6 commit e1f4331
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/features/repositories/AdminRepositoryActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import React from 'react';
import {
Menu,
MenuButton,
MenuDivider,
MenuItem,
MenuList,
MenuProps,
Expand Down Expand Up @@ -66,6 +67,7 @@ export const AdminRepositoryActions = ({
>
{t('common:actions.edit')}
</MenuItem>
<MenuDivider />
<ConfirmModal
title={t('repositories:deleteModal.title')}
message={t('repositories:deleteModal.message', {
Expand Down

1 comment on commit e1f4331

@vercel
Copy link

@vercel vercel bot commented on e1f4331 Dec 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.