Skip to content

Commit

Permalink
Merge pull request #173 from tricelex/current-party-indicator
Browse files Browse the repository at this point in the history
Current party indicator and feedback form
  • Loading branch information
hmrtn authored Mar 31, 2022
2 parents a9d7e85 + ba35d19 commit 090e5ba
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
18 changes: 11 additions & 7 deletions packages/react-app/src/components/layout/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,21 @@ const Footer = () => {
<Divider orientation="vertical" />
</Center>
<Link href="https://github.com/moonshotcollective" isExternal>
<Icon
as={FaGithub}
w={8}
h={8}
color="#6F3FF5"
/>
<Icon as={FaGithub} w={8} h={8} color="#6F3FF5" />
</Link>
<Center height="42px" paddingLeft={4} paddingRight={3}>
<Divider orientation="vertical" />
</Center>
<Link href="https://dev.pay.party/faq" isExternal m="2"> FAQ <ExternalLinkIcon mx="2px" />
<Link href="https://forms.gle/Hp9jzxqdrcTCfSf56" isExternal m="2">
Share Your Feedback
<ExternalLinkIcon mx="2px" />
</Link>
<Center height="42px" paddingLeft={4} paddingRight={3}>
<Divider orientation="vertical" />
</Center>
<Link href="https://dev.pay.party/faq" isExternal m="2">
{" "}
FAQ <ExternalLinkIcon mx="2px" />
</Link>
</Flex>
</Box>
Expand Down
5 changes: 5 additions & 0 deletions packages/react-app/src/routes/party/components/Metadata.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ export const Metadata = ({ partyData, mainnetProvider, votesData, distribution,
partyData.signed.signature.length - 4,
partyData.signed.signature.length,
)}`}</Text>
</HStack>
</Center>
<Center pt={4} pl="5%" pr="5%">
<HStack>
<Text fontSize="xs">Vote On: </Text>
<Tag variant="outline" size="sm">
{partyNetwork && partyNetwork.name}
</Tag>
Expand Down

0 comments on commit 090e5ba

Please sign in to comment.