Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Commit

Permalink
Autofix: trailing-spaces (#1016)
Browse files Browse the repository at this point in the history
Co-authored-by: Autofix <[email protected]>
  • Loading branch information
autofix-bot and autofix-bot authored Mar 16, 2021
1 parent 8f1ab00 commit b86b6f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/AnnouncementBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const StyledAnnouncementBanner = styled(Link)`
padding: 1rem 0;
font-weight: 600;
text-align: center;
font-size: 90%;
font-size: 90%;
@media(max-width: 320px) {
padding: .8rem;
Expand Down
8 changes: 4 additions & 4 deletions src/pages/contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,10 @@ export default function ContactPage(props: any) {
name="Contact"
onSubmit={handleSubmit}
>
<input
type="hidden"
name="form-name"
value="contact"
<input
type="hidden"
name="form-name"
value="contact"
/>
<div style={{ visibility: 'hidden' }}>
<label>
Expand Down

0 comments on commit b86b6f7

Please sign in to comment.