diff --git a/CHANGELOG.md b/CHANGELOG.md
index 58b596310c..9f0150349e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,20 +4,22 @@ All notable changes to this project will be documented in this file. Dates are d
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
-#### [v6.103.0](https://github.com/opengovsg/FormSG/compare/v6.103.0...v6.103.0)
+#### [v6.104.0](https://github.com/opengovsg/FormSG/compare/v6.103.0...v6.104.0)
-- build: merge release v6.102.0 into develop [`#7039`](https://github.com/opengovsg/FormSG/pull/7039)
-- build: release v6.102.0 [`#7023`](https://github.com/opengovsg/FormSG/pull/7023)
-- chore: bump version to v6.102.0 [`f0dccf3`](https://github.com/opengovsg/FormSG/commit/f0dccf347309b60884dd0b4fd1091170cbbad416)
+- chore: credits update [`#7042`](https://github.com/opengovsg/FormSG/pull/7042)
+- build: release v6.103.0 [`#7040`](https://github.com/opengovsg/FormSG/pull/7040)
+- chore: update banner for TOU [`9547227`](https://github.com/opengovsg/FormSG/commit/95472277ce76427dc64eac7977170643c0264762)
#### [v6.103.0](https://github.com/opengovsg/FormSG/compare/v6.102.0...v6.103.0)
> 24 January 2024
+- build: merge release v6.102.0 into develop [`#7039`](https://github.com/opengovsg/FormSG/pull/7039)
- fix: add patch to feed default ValidationOptions on table shorttext [`#7029`](https://github.com/opengovsg/FormSG/pull/7029)
- build: merge release v6.102.0 into develop [`#7028`](https://github.com/opengovsg/FormSG/pull/7028)
- chore: update architecture docs [`#7033`](https://github.com/opengovsg/FormSG/pull/7033)
-- chore: bump version to v6.103.0 [`2ada612`](https://github.com/opengovsg/FormSG/commit/2ada612987e7aa8f0fe4607f305c707a09ad531f)
+- build: release v6.102.0 [`#7023`](https://github.com/opengovsg/FormSG/pull/7023)
+- chore: bump version to v6.103.0 [`edf5b4f`](https://github.com/opengovsg/FormSG/commit/edf5b4fc958ec98a195bffe7afdd70b27679c1e4)
#### [v6.102.0](https://github.com/opengovsg/FormSG/compare/v6.101.0...v6.102.0)
diff --git a/frontend/src/pages/Landing/Home/LandingPage.tsx b/frontend/src/pages/Landing/Home/LandingPage.tsx
index 1e45809a9b..d38876e86d 100644
--- a/frontend/src/pages/Landing/Home/LandingPage.tsx
+++ b/frontend/src/pages/Landing/Home/LandingPage.tsx
@@ -39,7 +39,11 @@ import {
OGP_FORMSG_COLLATE,
OGP_FORMSG_REPO,
} from '~constants/links'
-import { LANDING_PAYMENTS_ROUTE, LOGIN_ROUTE } from '~constants/routes'
+import {
+ LANDING_PAYMENTS_ROUTE,
+ LOGIN_ROUTE,
+ TOU_ROUTE,
+} from '~constants/routes'
import { useIsMobile } from '~hooks/useIsMobile'
import { useMdComponents } from '~hooks/useMdComponents'
import Button from '~components/Button'
@@ -91,10 +95,14 @@ export const LandingPage = (): JSX.Element => {
return (
<>
- */}
+
diff --git a/package-lock.json b/package-lock.json
index a4493ecab0..4b59bb2ccd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "FormSG",
- "version": "6.103.0",
+ "version": "6.104.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "FormSG",
- "version": "6.103.0",
+ "version": "6.104.0",
"hasInstallScript": true,
"dependencies": {
"@aws-sdk/client-cloudwatch-logs": "^3.347.1",
diff --git a/package.json b/package.json
index 7bc58796b9..39dc71a02a 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "FormSG",
"description": "Form Manager for Government",
- "version": "6.103.0",
+ "version": "6.104.0",
"homepage": "https://form.gov.sg",
"authors": [
"FormSG "