Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update topbar.jsx #2815

Merged
merged 2 commits into from
Jan 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/shared/topbar/topbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const TopBar = ({ isDarkTheme }) => (
'safe-paddings relative z-50 flex h-9 w-full items-center justify-center gap-x-2.5 overflow-hidden px-4 py-2.5 leading-none transition-colors duration-200 dark:bg-[#0B0C0F] dark:hover:bg-gray-new-8',
isDarkTheme ? 'bg-[#0B0C0F] hover:bg-gray-new-8' : 'bg-[#F5FBFD] hover:bg-[#f1fcff]'
)}
to="https://neon.tech/blog/api-track-schema-changes"
to="https://neon.tech/rds"
onClick={() => {
sendGtagEvent('click_announcement_banner');
}}
Expand Down Expand Up @@ -70,7 +70,7 @@ const TopBar = ({ isDarkTheme }) => (
isDarkTheme ? 'text-gray-new-90' : 'text-gray-new-15'
)}
>
Use the compare_schema API to monitor database schema changes in CI/CD pipelines and agentic systems
Switch from AWS RDS to Neon for simplified environment management, seamless scaling, and reduced maintenance
</span>
<ChevronIcon
className={clsx(
Expand Down