diff --git a/src/components/Card/index.js b/src/components/Card/index.js index 186ce95..dff1219 100644 --- a/src/components/Card/index.js +++ b/src/components/Card/index.js @@ -9,7 +9,7 @@ export default function Card({ title, description, link }) { {title}

{ - description && (

+ description && (

{description}

) } diff --git a/src/components/Header/index.js b/src/components/Header/index.js index 7a2d68e..0bda145 100644 --- a/src/components/Header/index.js +++ b/src/components/Header/index.js @@ -6,9 +6,11 @@ export default function Header() { return (
-

CRANE Decentralised Health Dataspace Infrastructure

-

Developer Documentation and APIs

-

Onboard, Integrate with and extend via the decentralised health data space

+
+

CRANE Decentralised Health Dataspace Infrastructure

+

Developer Documentation and APIs

+

Onboard, Integrate with and extend via the decentralised health data space

+
);