diff --git a/src/client/dd-hub-react/src/app.tsx b/src/client/dd-hub-react/src/app.tsx index 025f1d7..36e1ca8 100644 --- a/src/client/dd-hub-react/src/app.tsx +++ b/src/client/dd-hub-react/src/app.tsx @@ -22,8 +22,9 @@ export default function App({ children }: AppProps) { const ddButton = () => ( - + Digital Data ); @@ -56,4 +61,4 @@ function useScrollToTop() { }, [pathname]); return null; -} +} \ No newline at end of file