Skip to content

Commit

Permalink
add logo to staking page
Browse files Browse the repository at this point in the history
  • Loading branch information
chalabi2 committed Jan 19, 2024
1 parent 2ddf39b commit 446536a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion web-ui/pages/staking/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Box, Container, Flex, VStack, HStack, Stat, StatLabel, StatNumber, SlideFade, SkeletonCircle } from '@chakra-ui/react';
import { Box, Container, Flex, VStack, HStack, Stat, StatLabel, StatNumber, SlideFade, SkeletonCircle, Image } from '@chakra-ui/react';
import dynamic from 'next/dynamic';
import Head from 'next/head';
import { useState } from 'react';
Expand Down Expand Up @@ -124,6 +124,18 @@ export default function Staking() {
</Flex>
</Flex>
</Flex>
<Box>
<Image
src="/img/quicksilverWord.png"
alt="Quicksilver"
position="relative"
bottom="100"
left="680"
h={'100px'}
transform="rotate(90deg)"
transformOrigin="bottom right"
/>
</Box>
</Container>
</SlideFade>
</>
Expand Down
Binary file added web-ui/public/img/quicksilverWord.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 446536a

Please sign in to comment.