Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
nestiank committed Apr 2, 2024
2 parents e4eed83 + f0517d1 commit 2f42416
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/answer/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ const Answer = () => {
}

return (
<Suspense>
<div style={{color: '#463E39', marginTop: '8px'}}>
<div className={styles.logo}>
<h3>
Expand Down Expand Up @@ -84,7 +83,6 @@ const Answer = () => {
{loading && <LoadingSpinner />}
</div>
</div>
</Suspense>
)
}

Expand Down

0 comments on commit 2f42416

Please sign in to comment.