Skip to content

Commit f8a6e96

Browse files
committed
add todo comments
1 parent 33ef173 commit f8a6e96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/layout.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const Layout = ({
1515
description,
1616
card,
1717
children,
18-
url = 'https://oceanparcels.org',
18+
url = 'https://oceanparcels.org', // TODO: Update to the new domain
1919
enableBanner = false,
2020
}) => {
2121
// Track page views
@@ -33,7 +33,7 @@ export const Layout = ({
3333
// Determine the base URL based on the environment
3434
const baseUrl =
3535
process.env.NODE_ENV === 'production'
36-
? 'https://oceanparcels.org'
36+
? 'https://oceanparcels.org' // TODO: Update to the new domain
3737
: 'http://localhost:3000'
3838

3939
// Construct the full card URL

0 commit comments

Comments
 (0)