mirror of
https://github.com/System-End/site.git
synced 2026-04-19 18:35:12 +00:00
Bank page fixes (#304)
* Make keys unique * Change hackaz.io to wayback machine link
This commit is contained in:
parent
446e63e7c7
commit
0530561411
3 changed files with 4 additions and 23 deletions
|
|
@ -34,7 +34,7 @@ export default function Everything() {
|
|||
'24-hour response support': 'clock',
|
||||
'Reimbursement process': 'enter'
|
||||
}).map(([item, icon = 'enter']) => (
|
||||
<ListItem key={icon} icon={icon}>
|
||||
<ListItem key={item} icon={icon}>
|
||||
{item}
|
||||
</ListItem>
|
||||
))}
|
||||
|
|
|
|||
|
|
@ -1,13 +1,4 @@
|
|||
import {
|
||||
Box,
|
||||
Button,
|
||||
Heading,
|
||||
Link,
|
||||
Text,
|
||||
Flex,
|
||||
Container,
|
||||
Badge
|
||||
} from 'theme-ui'
|
||||
import { Box, Button, Heading, Link, Text, Container, Badge } from 'theme-ui'
|
||||
import Fade from 'react-reveal/Fade'
|
||||
import ScrollHint from './ScrollHint'
|
||||
|
||||
|
|
@ -72,7 +63,7 @@ export default function Landing() {
|
|||
>
|
||||
The team behind{' '}
|
||||
<Link
|
||||
href="https://hackaz.io/?ref=bank"
|
||||
href="https://web.archive.org/web/20210204063213/https://hackaz.io/"
|
||||
target="_blank"
|
||||
color="inherit"
|
||||
bold
|
||||
|
|
|
|||
12
yarn.lock
12
yarn.lock
|
|
@ -1002,11 +1002,6 @@ animejs@^3.2.1:
|
|||
resolved "https://registry.npmjs.org/animejs/-/animejs-3.2.1.tgz"
|
||||
integrity sha512-sWno3ugFryK5nhiDm/2BKeFCpZv7vzerWUcUPyAZLDhMek3+S/p418ldZJbJXo5ZUOpfm2kP2XRO4NJcULMy9A==
|
||||
|
||||
ansi-colors@^4.1.1:
|
||||
version "4.1.1"
|
||||
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
|
||||
integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==
|
||||
|
||||
ansi-regex@^5.0.1:
|
||||
version "5.0.1"
|
||||
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
|
||||
|
|
@ -2250,12 +2245,7 @@ is-function@^1.0.1:
|
|||
resolved "https://registry.npmjs.org/is-function/-/is-function-1.0.2.tgz"
|
||||
integrity sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ==
|
||||
|
||||
is-generator-function@^1.0.7:
|
||||
version "1.0.8"
|
||||
resolved "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.8.tgz"
|
||||
integrity sha512-2Omr/twNtufVZFr1GhxjOMFPAj2sjc/dKaIqBhvo4qciXfJmITGH6ZGd8eZYNHza8t1y0e01AuqRhJwfWp26WQ==
|
||||
|
||||
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
|
||||
is-glob@^4.0.0, is-glob@^4.0.3:
|
||||
version "4.0.3"
|
||||
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
|
||||
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue