Skip to content

Commit

Permalink
fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bat-kryptonyte committed Jul 26, 2023
1 parent 8e42925 commit 75b230f
Showing 1 changed file with 27 additions and 9 deletions.
36 changes: 27 additions & 9 deletions src/screens/ARB/Arb.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,11 @@ const Arb: React.FC = () => {
<Flex mt={4} wrap="wrap" justify="center">
<Link
href="https://arxiv.org/pdf/2307.13692.pdf"
w={["50%", "auto"]}
w={["auto", "calc(20% - 16px)"]}
mb={4}
mr={[0, 4]}
mr={4}
display="flex"
justifyContent="center"
>
<Button
w={"140px"}
Expand All @@ -157,11 +159,14 @@ const Arb: React.FC = () => {
Paper
</Button>
</Link>

<Link
href="https://arxiv.org/abs/2307.13692"
w={["50%", "auto"]}
w={["auto", "calc(20% - 16px)"]}
mb={4}
mr={[0, 4]}
mr={4}
display="flex"
justifyContent="center"
>
<Button
w={"140px"}
Expand All @@ -172,11 +177,14 @@ const Arb: React.FC = () => {
arXiv
</Button>
</Link>

<Link
href="https://github.com/TheDuckAI/arb"
w={["33.33%", "auto"]}
w={["auto", "calc(20% - 16px)"]}
mb={4}
mr={[0, 4]}
mr={4}
display="flex"
justifyContent="center"
>
<Button
w={"140px"}
Expand All @@ -187,7 +195,15 @@ const Arb: React.FC = () => {
Code
</Button>
</Link>
<Link href="/home" w={["33.33%", "auto"]} mb={4}>

<Link
href="/home"
w={["auto", "calc(20% - 16px)"]}
mb={4}
mr={4}
display="flex"
justifyContent="center"
>
<Button
w={"140px"}
leftIcon={<FaImages />}
Expand All @@ -197,11 +213,13 @@ const Arb: React.FC = () => {
Interface
</Button>
</Link>

<Link
href="https://app.swaggerhub.com/apis-docs/arb-dataset/arb-api/1.0.5"
w={["33.33%", "auto"]}
w={["auto", "calc(20% - 16px)"]}
mb={4}
mr={[0, 4]}
display="flex"
justifyContent="center"
>
<Button
w={"140px"}
Expand Down

0 comments on commit 75b230f

Please sign in to comment.