Skip to content

Commit

Permalink
chore: removed unused classname
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Fasih Ali Naqvi authored and Muhammad Fasih Ali Naqvi committed May 7, 2024
1 parent 3b72b9a commit 32e415b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react';
import classNames from 'classnames';
import Icon from '../icon/icon';
import Button from '../button/button';
import Text from '../text';
Expand Down Expand Up @@ -68,7 +67,7 @@ const SendEmailTemplate = ({
};

return (
<div className={classNames('send-email-template')}>
<div className='send-email-template'>
<div className='send-email-template__sent'>
<Icon icon='IcEmailSent' className='send-email-template__icon' size={128} />
<Text as='h1' align='center' className='send-email-template__title' color='prominent' weight='bold'>
Expand Down

0 comments on commit 32e415b

Please sign in to comment.