Skip to content

Commit

Permalink
change env message
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Stillman committed Sep 7, 2023
1 parent f0a4bd5 commit e8371b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function Home() {

<Link href="/foobar">go to foobar page!</Link>
</div>
<h2>we are in dev!</h2>
<h2>we are in PROD!</h2>
<NewsFeed />
</main>
);
Expand Down

0 comments on commit e8371b6

Please sign in to comment.