diff --git a/src/ui/src/components/Header/index.js b/src/ui/src/components/Header/index.js
index ff5f6d2d..6af078d0 100644
--- a/src/ui/src/components/Header/index.js
+++ b/src/ui/src/components/Header/index.js
@@ -14,6 +14,8 @@ import borrowingIcon from "../../assets/borrowing.svg";
import borrowLimitIcon from "../../assets/borrowLimitIcon.svg";
import questionCircle from "../../assets/questionCircle.svg";
import Box from '@mui/material/Box';
+import Link from '@mui/material/Link';
+
import { supplyCompositionAction } from "../../reduxContent/supplyComposition/actions";
import { borrowCompositionAction } from "../../reduxContent/borrowComposition/actions";
@@ -46,9 +48,15 @@ const Header = () => {
- {
- "This is the legacy app for TezFin v2. Please repay all borrowing positions and/or withdraw deposits, and move to the latest TezFin."
- }
+ This is the legacy app for TezFin v2. Please repay all borrowing positions and/or withdraw deposits, and move to the {' '}
+
+ latest TezFin
+ .