Skip to content

Commit

Permalink
fix: add the plus icon
Browse files Browse the repository at this point in the history
  • Loading branch information
sajald77 committed Aug 15, 2023
1 parent ae53ab4 commit 5abcff4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { AddIcon } from '@chakra-ui/icons'
import {
Button,
ButtonProps,
Expand Down Expand Up @@ -84,6 +85,7 @@ export const ProjectNavigation = ({
w="100%"
variant="primary"
onClick={() => onCreatorModalOpen()}
leftIcon={<AddIcon fontSize="12px" />}
>
{t('Create')}
</Button>
Expand Down

0 comments on commit 5abcff4

Please sign in to comment.