Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Add empty space in suggestions page
Browse files Browse the repository at this point in the history
  • Loading branch information
floriandejonckheere committed Dec 9, 2023
1 parent 4196c3a commit 48d4354
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/pages/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { useLocalStorage } from '@uidotdev/usehooks'
import axios from 'axios'

import { changePassword, deleteAccount, me } from '../api/users'
import { Cog6ToothIcon } from '@heroicons/react/24/solid'

export default function Settings(): ReactElement {
const [newPassword, setNewPassword] = useState('')
Expand Down
3 changes: 2 additions & 1 deletion src/pages/suggestions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ export default function Suggestions(): ReactElement {

<div className="grid grid-cols-1 xl:grid-cols-2 mt-6 gap-8">
<EnergyAlerts />
<Weather />
<EnergySuggestions />
<div />
<Weather />
</div>
</>
)
Expand Down

0 comments on commit 48d4354

Please sign in to comment.