Skip to content

Commit 416f975

Browse files
committed
mark dev footer
1 parent 023158b commit 416f975

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/footer/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ const TV_MAZE_URL = "https://www.tvmaze.com/";
2121
const REPO_NAME = "guzek-uk-website";
2222

2323
const BETA_INFO = {
24-
enabled: false,
25-
url: `${GITHUB_URL}/${REPO_NAME}/pull/19`,
26-
label: "next-intl",
24+
enabled: true,
25+
url: `${GITHUB_URL}/${REPO_NAME}/pull/24`,
26+
label: "dev",
2727
};
2828

2929
export async function Footer() {

0 commit comments

Comments
 (0)