function style

This commit is contained in:
Corwin 2024-04-20 13:35:33 +01:00
parent 1adf31d140
commit bc689cbbd2
No known key found for this signature in database

View file

@ -1,6 +1,6 @@
import { styled } from "styled-components";
export const GameDeveloperSummary = () => {
export function GameDeveloperSummary() {
return (
<Details>
<Summary>For game developers</Summary>
@ -12,7 +12,7 @@ export const GameDeveloperSummary = () => {
</ol>
</Details>
);
};
}
const Details = styled.details`
margin-top: 10px;