mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +11:00
function style
This commit is contained in:
parent
1adf31d140
commit
bc689cbbd2
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue