Skip to content

Commit

Permalink
switch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yuval-hazaz committed Aug 17, 2023
1 parent 28d16d7 commit 804fe52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/blog/[slug].js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const CTA_TITLE =
'Today everyone is generating code, but do you have the guts to deploy it to production?';
const CTA_SUB_TITLE = 'Amplication - generate a code you can trust!';

const CTA1 = () => {
const CTA2 = () => {
return (
<CtaBanner
bgVersion={'version1'}
Expand All @@ -42,7 +42,7 @@ const CTA1 = () => {
></CtaBanner>
);
};
const CTA2 = () => {
const CTA1 = () => {
return (
<CtaBanner
bgVersion={'version2'}
Expand Down

0 comments on commit 804fe52

Please sign in to comment.