Skip to content

Commit

Permalink
reword
Browse files Browse the repository at this point in the history
  • Loading branch information
dferber90 committed Jan 7, 2025
1 parent a58fb50 commit 4ec031f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import { summerSaleFlag } from './flags';

export default async function Page() {
const summerSale = await summerSaleFlag();
return <div>AdapterLaunchDarkly: {summerSale ? 'Yes' : 'No'}</div>;
return <div>Flag is on {summerSale ? 'Yes' : 'No'}</div>;
}

0 comments on commit 4ec031f

Please sign in to comment.