Skip to content

Commit

Permalink
feat: add a link to our community discord
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Nov 17, 2023
1 parent 18648b2 commit 99b0b48
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions app/renderer/src/routes/Settings/StickySection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ const StickySection: React.FC = () => {
>
Star it on GitHub
</StyledStarButton>
<StyledStarButton
as="a"
href="https://discord.gg/ZqPqN3hwcB"
target="_blank"
>
Join us on Discord!
</StyledStarButton>
</StyledSectionSticky>
);
};
Expand Down
6 changes: 4 additions & 2 deletions app/renderer/src/styles/routes/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,18 @@ export const StyledStarButton = styled(StyledButtonSecondary)`

export const StyledSectionSticky = styled.div`
width: 100%;
height: 10.1rem;
height: 7.5rem;
position: sticky;
bottom: 0;
left: 0;
right: 0;
gap: 1rem;
background-color: var(--color-bg-primary);
display: grid;
display: flex;
grid-template-columns: 1fr;
align-items: start;
Expand Down

0 comments on commit 99b0b48

Please sign in to comment.