mirror of
https://github.com/System-End/site.git
synced 2026-04-19 23:22:49 +00:00
Update alt.js
This commit is contained in:
parent
a7eb716bac
commit
4f1d1a2138
1 changed files with 2 additions and 8 deletions
10
pages/alt.js
10
pages/alt.js
|
|
@ -131,12 +131,6 @@ const Stage = ({ icon, color, name, desc, children, ...props }) => (
|
|||
|
||||
|
||||
export default function Page({ dataPieces }) {
|
||||
const experiments = [
|
||||
...dataPieces.sort(() => 0.5 - Math.random()),
|
||||
'🚢 New ship by Sam Poder',
|
||||
'256 Slack Members Online',
|
||||
'💸 $10,000 just raised!'
|
||||
]
|
||||
const Node = ({ text }) => (
|
||||
<Box
|
||||
bg="dark"
|
||||
|
|
@ -250,9 +244,9 @@ export default function Page({ dataPieces }) {
|
|||
color: 'blue',
|
||||
marginBlockEnd: '0em',
|
||||
marginBlockStart: '0em',
|
||||
mt: [0, '-16px'],
|
||||
mt: [0, '-8px'],
|
||||
lineHeight: '0.9',
|
||||
mb: [3, 0]
|
||||
mb: [3, '8px']
|
||||
}}
|
||||
>
|
||||
<i>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue