Add Grain project on index, add bannerSettings.quality for grain banner

This commit is contained in:
Xevion
2023-02-25 18:53:49 -06:00
parent 8f13bd60e7
commit f47f9b482d
4 changed files with 25 additions and 3 deletions

View File

@@ -1,10 +1,11 @@
import {IconType} from "react-icons";
import type {IconType} from "react-icons";
import {AiFillGithub, AiOutlineLink} from "react-icons/ai";
import {RxOpenInNewWindow} from "react-icons/rx";
export type Project = {
title: string;
banner: string;
bannerSettings?: {quality: number;}
longDescription: string;
shortDescription: string;
links?: LinkIcon[];