Skip to content

Commit

Permalink
Format the code
Browse files Browse the repository at this point in the history
  • Loading branch information
WesCossick committed Nov 12, 2021
1 parent 64aea3e commit fa512e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ const Home: React.FC = () => {

// Return JSX
return (
<Layout title={`React Accessible Dropdown Menu Hook`} description='A simple Hook for creating fully accessible dropdown menus in React'>
<Layout
title={`React Accessible Dropdown Menu Hook`}
description='A simple Hook for creating fully accessible dropdown menus in React'
>
<header className={clsx('hero hero--primary', styles.heroBanner)}>
<div className='container'>
<h1 className='hero__title'>{siteConfig.title}</h1>
Expand Down

0 comments on commit fa512e3

Please sign in to comment.