Skip to content

Commit

Permalink
Update topbar.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
carlotas19 authored Nov 28, 2024
1 parent 9eeba27 commit 30651d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shared/topbar/topbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const TopBar = ({ isDarkTheme }) => (
isDarkTheme ? 'text-gray-new-90' : 'text-gray-new-15'
)}
>
Use Neon branches for schema migrations: Test with production-like data and automtically track schema changes in your PRs
Use Neon branches for schema migrations: Test with production-like data and automatically track schema changes in your PRs
</span>
<ChevronIcon
className={clsx(
Expand Down

0 comments on commit 30651d3

Please sign in to comment.