mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-10 20:09:11 -06:00
Add Grain project on index, add bannerSettings.quality for grain banner
This commit is contained in:
@@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user