Skip to content

Commit

Permalink
fix: icons
Browse files Browse the repository at this point in the history
  • Loading branch information
bennettyong committed Mar 28, 2024
1 parent 2640136 commit ca57b33
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions public/img/sprite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/widgets/05-position-screens/ui/01-hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ export const Hero: React.FC = () => {
{position.title}
</h1>

<Button
{/* <Button
onClick={() => openModal(PositionModalEnum.APPLY_POS, position)}
text={t('applyNow')}
className={css.button}
/>
/> */}
</div>

</div>
Expand Down

0 comments on commit ca57b33

Please sign in to comment.