diff --git a/next/components/organisms/TablePage.js b/next/components/organisms/TablePage.js
index 1858bf55a..911c80267 100644
--- a/next/components/organisms/TablePage.js
+++ b/next/components/organisms/TablePage.js
@@ -21,6 +21,7 @@ import ObservationLevel from "../atoms/ObservationLevelTable";
import { TemporalCoverageBar } from "../molecules/TemporalCoverageDisplay";
import DataInformationQuery from "../molecules/DataInformationQuery";
import FourOFour from "../templates/404";
+import { AlertDiscalimerBox } from "../molecules/DisclaimerBox";
import EmailIcon from "../../public/img/icons/emailIcon";
import GithubIcon from "../../public/img/icons/githubIcon";
@@ -242,13 +243,20 @@ export default function TablePage({ id, isBDSudo }) {
}
if (isError) return ;
-
+
return (
+ {resource?.isDeprecated ? (
+
+
+ {t('table.deprecated')}
+
+
+ ) : null}