mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-10-22 21:24:27 -04:00
fix custom image width/height when passed in as strings
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { NextSeo } from "next-seo";
|
||||
import Content from "../components/Content/Content";
|
||||
import PageTitle from "../components/PageTitle/PageTitle";
|
||||
import ContactForm from "../components/ContactForm/ContactForm";
|
||||
import { MailIcon, LockIcon } from "../components/Icons";
|
||||
import Content from "../components/Content/Content";
|
||||
|
||||
const Contact = () => (
|
||||
<>
|
||||
|
@@ -1,5 +1,5 @@
|
||||
import ColorfulLink from "../components/ColorfulLink/ColorfulLink";
|
||||
import Content from "../components/Content/Content";
|
||||
import ColorfulLink from "../components/ColorfulLink/ColorfulLink";
|
||||
import { WaveIcon, LockIcon } from "../components/Icons";
|
||||
|
||||
const Index = () => (
|
||||
|
@@ -1,11 +1,11 @@
|
||||
import { graphql } from "@octokit/graphql";
|
||||
import { NextSeo } from "next-seo";
|
||||
import Content from "../components/Content/Content";
|
||||
import PageTitle from "../components/PageTitle/PageTitle";
|
||||
import RepositoryCard from "../components/RepositoryCard/RepositoryCard";
|
||||
import { ProjectsIcon } from "../components/Icons";
|
||||
import type { GetStaticProps } from "next";
|
||||
import { RepoType } from "../types";
|
||||
import Content from "../components/Content/Content";
|
||||
|
||||
type Props = {
|
||||
repos: RepoType[];
|
||||
|
Reference in New Issue
Block a user