mirror of
https://github.com/hubHarmony/servii-frontend.git
synced 2024-11-18 05:40:31 +00:00
debug test
This commit is contained in:
parent
3b2e91e997
commit
a3f5f5b627
@ -135,6 +135,7 @@ const CreateServer = ({ user, onCreateServer, onSubdomainUpdate, onCancel, noSer
|
||||
<div className={styles.carreContainer}>
|
||||
|
||||
{frameworks.map((framework, index) => (
|
||||
console.log(framework.logo),
|
||||
<img
|
||||
key={index}
|
||||
className={`${styles.carre} ${selectedFramework === framework.name ? styles.selected : ''}`}
|
||||
|
Loading…
Reference in New Issue
Block a user