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