Skip to content

Commit

Permalink
fix: Remove steps badges
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan committed Feb 9, 2024
1 parent b86b66c commit 5c4e44d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions src/components/dashboard/FirstSteps/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@ const calculateProgress = (items: StatusProgressItems) => {

const StatusCard = ({
badge,
step,
title,
content,
completed,
}: {
badge: string
step: number
title: string
content: string
completed: boolean
Expand All @@ -43,7 +41,6 @@ const StatusCard = ({
)}
</div>
<Typography variant="h4" fontWeight="bold" mb={2}>
<span className={css.circleBadge}>{step}</span>
{title}
</Typography>
<Typography>{content}</Typography>
Expand Down
12 changes: 0 additions & 12 deletions src/components/dashboard/FirstSteps/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,6 @@
position: absolute;
}

.circleBadge {
width: 24px;
height: 24px;
border-radius: 50%;
background-color: var(--color-secondary-light);
text-align: center;
font-weight: normal;
font-size: 16px;
display: inline-block;
margin-right: var(--space-1);
}

.card {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 5c4e44d

Please sign in to comment.