mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
Add anchor for Sprig
This commit is contained in:
parent
2d601a6202
commit
3236afeb07
1 changed files with 9 additions and 7 deletions
|
|
@ -759,13 +759,15 @@ function Page({
|
|||
/>
|
||||
</Flex>
|
||||
</Flex>
|
||||
<Sprig
|
||||
delay={100}
|
||||
stars={stars.sprig.stargazerCount}
|
||||
game={game}
|
||||
gameImage={gameImage}
|
||||
gameImage1={gameImage1}
|
||||
/>
|
||||
<Box as="section" id="sprig">
|
||||
<Sprig
|
||||
delay={100}
|
||||
stars={stars.sprig.stargazerCount}
|
||||
game={game}
|
||||
gameImage={gameImage}
|
||||
gameImage1={gameImage1}
|
||||
/>
|
||||
</Box>
|
||||
<Sinerider delay={200} stars={stars.sinerider.stargazerCount} />
|
||||
<SprigConsole
|
||||
delay={300}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue