mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-10-14 03:04:26 -04:00
properly merge multiple class names
This commit is contained in:
@@ -160,7 +160,7 @@ const ContactForm = () => {
|
||||
<span>Sending...</span>
|
||||
) : (
|
||||
<>
|
||||
<SendIcon className={`icon ${styles.send_icon}`} /> <span>Send</span>
|
||||
<SendIcon className={classNames("icon", styles.send_icon)} /> <span>Send</span>
|
||||
</>
|
||||
)}
|
||||
</button>
|
||||
|
Reference in New Issue
Block a user