From 3b9383ad403e0104bd9cd4101c5d0ef2afc155ed Mon Sep 17 00:00:00 2001 From: Paul-Louis NECH Date: Fri, 23 Apr 2021 22:39:49 +0200 Subject: [PATCH] fix: Hydra --- next/pages/hydra.js | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/next/pages/hydra.js b/next/pages/hydra.js index fee1ab8..15fb716 100644 --- a/next/pages/hydra.js +++ b/next/pages/hydra.js @@ -1,6 +1,7 @@ import Image from "next/image"; import Link from "next/link"; import Head from "next/head"; +import Layout from "../components/layout"; export async function getStaticProps(context) { return { @@ -10,19 +11,22 @@ export async function getStaticProps(context) { export default function Hydra() { return ( + <> PLN's Hydra works -
-

I create visuals with patterns

- Mountains -
+ +
+

I create visuals with patterns

+ Mountains +
+
); } -- libgit2 0.27.0