From 8a30632ab6f2ba9ab3e65c5dea508495a32632b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eike=20Ha=C3=9F?= Date: Thu, 5 Dec 2024 20:31:32 +0100 Subject: [PATCH] chore(docs): Update Identity banner (#4382) --- docs/site/configs/preContent.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/site/configs/preContent.tsx b/docs/site/configs/preContent.tsx index 7b006fc30cc..a7f9798b920 100644 --- a/docs/site/configs/preContent.tsx +++ b/docs/site/configs/preContent.tsx @@ -1,6 +1,9 @@ +// Copyright (c) 2024 IOTA Stiftung +// SPDX-License-Identifier: Apache-2.0 + import React from 'react'; import Admonition from '@theme/Admonition'; export default { - '/iota-identity*': IOTA Identity is currently in alpha and may still be subject to significant changes, + '/iota-identity*': IOTA Identity for Rebased is currently in alpha and may still be subject to significant changes, };