Skip to content

Commit

Permalink
style: remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
kharann committed Aug 23, 2021
1 parent b102953 commit 36fd20c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions views/FrontPageView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,13 @@ export const FrontPageView: FC<Props> = ({ courses, totalCourseCount }) => {
<label className={styles.searchLabel} htmlFor="search">
Søk i emner
</label>

<SearchInput
id="search"
placeholder="Søk i emner..."
type="search"
onChange={handleSearch}
aria-label="Søk i emner"
/>

<Heading className={styles.featuredHeadline} as="h2">
Mest populære emner
</Heading>
Expand Down

0 comments on commit 36fd20c

Please sign in to comment.