mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
switch back to the orangey colour
This commit is contained in:
parent
98c284a1c1
commit
c3a7ce9182
|
@ -125,7 +125,7 @@ export default function Home() {
|
||||||
<ContentBlock uncentered>
|
<ContentBlock uncentered>
|
||||||
<MgbaWithControllerSides />
|
<MgbaWithControllerSides />
|
||||||
</ContentBlock>
|
</ContentBlock>
|
||||||
<ContentBlock color="#256256">
|
<ContentBlock color="#f5755e">
|
||||||
<ExternalLinkBlock>
|
<ExternalLinkBlock>
|
||||||
<ExternalLink href="https://github.com/agbrs/agb">
|
<ExternalLink href="https://github.com/agbrs/agb">
|
||||||
GitHub
|
GitHub
|
||||||
|
|
|
@ -69,7 +69,7 @@ function Display({ game }: { game: ShowcaseGame }) {
|
||||||
<Screenshots screenshots={game.screenshots} />
|
<Screenshots screenshots={game.screenshots} />
|
||||||
</DescriptionAndScreenshots>
|
</DescriptionAndScreenshots>
|
||||||
</ContentBlock>
|
</ContentBlock>
|
||||||
<ContentBlock color="#256256">
|
<ContentBlock color="#f5755e">
|
||||||
<ExternalLinkBlock>
|
<ExternalLinkBlock>
|
||||||
{game.itch && (
|
{game.itch && (
|
||||||
<ExternalLink href={game.itch.href}>View on itch.io</ExternalLink>
|
<ExternalLink href={game.itch.href}>View on itch.io</ExternalLink>
|
||||||
|
|
Loading…
Reference in a new issue