mirror of
https://github.com/hubHarmony/servii-frontend.git
synced 2024-11-17 21:40:30 +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}>
|
<div className={styles.carreContainer}>
|
||||||
|
|
||||||
{frameworks.map((framework, index) => (
|
{frameworks.map((framework, index) => (
|
||||||
|
console.log(framework.logo),
|
||||||
<img
|
<img
|
||||||
key={index}
|
key={index}
|
||||||
className={`${styles.carre} ${selectedFramework === framework.name ? styles.selected : ''}`}
|
className={`${styles.carre} ${selectedFramework === framework.name ? styles.selected : ''}`}
|
||||||
|
Loading…
Reference in New Issue
Block a user