From 81c36169eef557e04694669c99e3ea617793ea90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A2=E3=83=AC=E3=82=AF=E3=82=B5=E3=83=B3=E3=83=80?= =?UTF-8?q?=E3=83=BC=2Eeth?= Date: Mon, 30 Sep 2024 18:45:07 +0900 Subject: [PATCH] fix: wrong repo --- src/home/rendering/render-github-login-button.ts | 2 +- static/index.html | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/home/rendering/render-github-login-button.ts b/src/home/rendering/render-github-login-button.ts index 6c5b74d1..13aa6e05 100644 --- a/src/home/rendering/render-github-login-button.ts +++ b/src/home/rendering/render-github-login-button.ts @@ -63,7 +63,7 @@ export function renderGitHubLoginButton() { export function renderGitRevision() { const gitRevision = document.getElementById("git-revision") as HTMLAnchorElement; if (!gitRevision) throw new Error("Could not find element with id 'git-revision'"); - gitRevision.href = `https://github.com/ubiquity/pay.ubq.fi/commit/${GIT_REVISION}`; + gitRevision.href = `https://github.com/ubiquity/work.ubq.fi/commit/${GIT_REVISION}`; gitRevision.textContent = GIT_REVISION; } diff --git a/static/index.html b/static/index.html index 9bb0acc0..6dccb684 100644 --- a/static/index.html +++ b/static/index.html @@ -59,7 +59,8 @@ >