Skip to content

Commit 8401293

Browse files
committed
Fix hydration warning caused by multiline img alt text
1 parent 2dd1d24 commit 8401293

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pages/index.page.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -842,8 +842,7 @@ const Home = (props: any) => {
842842
<img
843843
src={logos.apideck}
844844
className='w-44 transition-transform duration-300 hover:scale-105'
845-
alt='The Realtime Unified API
846-
for Accounting integrations'
845+
alt='The Realtime Unified API for Accounting integrations'
847846
/>
848847
</a>
849848
<a

0 commit comments

Comments
 (0)