Added feature
This commit is contained in:
@@ -31,7 +31,8 @@ const AddCredentials = () => {
|
||||
alt="badge image"
|
||||
/>
|
||||
</div>
|
||||
<div className={styles.addIconContainer}>
|
||||
<input type="file" id="file" hidden accept="image/*" />
|
||||
<label className={styles.addIconContainer} for="file">
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width={20}
|
||||
@@ -54,7 +55,7 @@ const AddCredentials = () => {
|
||||
strokeLinejoin="round"
|
||||
/>
|
||||
</svg>
|
||||
</div>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div className={styles.labels}>
|
||||
|
||||
Reference in New Issue
Block a user