also created baddges.jsx
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
function Badge({ Type }) {
|
||||
if (Type === "2d") return null;
|
||||
return <span className="badge"> Jeu 3D </span>;
|
||||
}
|
||||
|
||||
export default Badge;
|
||||
Reference in New Issue
Block a user