also moved matrix images to correct place

This commit is contained in:
mfahampshire
2024-10-18 15:06:41 +02:00
parent 38bc98ecc1
commit da1d7874bb
7 changed files with 6 additions and 6 deletions
@@ -3,10 +3,10 @@ import { Box, Grid, Typography } from "@mui/material";
import Image from "next/image";
import Link from "next/link";
import networkDocs from "./images/network-docs.png";
import developerDocs from "./images/developer-docs.png";
import sdkDocs from "./images/sdk-docs.png";
import operatorGuide from "./images/operator-guide.png";
import networkDocs from "../public/images/landing/network-docs.png";
import developerDocs from "../public/images/landing/developer-docs.png";
import sdkDocs from "../public/images/landing/sdk-docs.png";
import operatorGuide from "../public/images/landing/operator-guide.png";
export const LandingPage = () => {
const squares = [
@@ -21,7 +21,7 @@ export const LandingPage = () => {
description:
"Guides and maintenance: if you want to run a node, start here",
href: "/operators",
href: "/operators/introduction",
icon: operatorGuide,
},
{
@@ -1,7 +1,7 @@
import { Box } from "@mui/material";
import Image from "next/image";
import Link from "next/link";
import matrixLogo from "../images/matrix-logo.png";
import matrixLogo from "../public/images/matrix-logo.png";
export const Matrix = () => {
return (
<Link

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB