Skip to content

Commit f1eedb3

Browse files
committed
chore(footer): update dev branch info
1 parent 9d9653a commit f1eedb3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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)