mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-08-16 14:06:00 +02:00
added legal pages, resized tablet view, fixed prettier
This commit is contained in:
@@ -2,10 +2,10 @@ import React from "react";
|
||||
import renderer from "react-test-renderer";
|
||||
|
||||
import { StaticQuery, useStaticQuery } from "gatsby";
|
||||
import NotFoundTemplate from "./NotFoundTemplate";
|
||||
|
||||
import * as mocks from "@/mocks";
|
||||
|
||||
import NotFoundTemplate from "./NotFoundTemplate";
|
||||
|
||||
const mockedStaticQuery = StaticQuery as jest.Mock;
|
||||
const mockedUseStaticQuery = useStaticQuery as jest.Mock;
|
||||
|
@@ -177,6 +177,9 @@ exports[`NotFoundTemplate renders correctly 1`] = `
|
||||
<div>
|
||||
All rights reserved.
|
||||
</div>
|
||||
<nav>
|
||||
<ul />
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user