Skip to content

Commit

Permalink
add logo to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
colmmurphyxyz committed Jan 23, 2023
1 parent 2a47778 commit 06765c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/Footer.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,12 @@ footer {
}

iframe {
display: block;
margin: 2em auto;
}

.logo {
display: block;
margin: 0 auto;
max-width: 90%;
}
1 change: 1 addition & 0 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const Footer = (): JSX.Element => {
<iframe src="https://discord.com/widget?id=248421213628530688&theme=dark" width="350" height="500" allowTransparency={true}
frameBorder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts" title="Discord">
</iframe>
<img className={styles.logo} src="/img/logo-horizontal.svg" alt="Netsoc" />
</footer>
</>
)
Expand Down

0 comments on commit 06765c5

Please sign in to comment.