Skip to content
Snippets Groups Projects
Commit 2ccbca9e authored by Xingan Zhao's avatar Xingan Zhao
Browse files

feat:pages

parent a54fa3fa
No related branches found
No related tags found
No related merge requests found
Pipeline #482572 passed
......@@ -16,6 +16,7 @@ import {
Model,
collaboration,
parts,
Entrepreneurship,
} from "./contents";
import { FaHome, FaUsers, FaProjectDiagram, FaShieldAlt, FaHandsHelping, FaAward, FaFlask, FaLightbulb, FaBusinessTime, FaUniversalAccess, FaCogs, FaHandshake } from "react-icons/fa"; // 引入图标
......@@ -111,6 +112,14 @@ const Pages: (Page | Folder)[] = [
lead: "Make a useful contribution for future iGEM teams. Use this page to document that contribution.",
icon: FaProjectDiagram,
},
{
name: "Entrepreneurship",
title: "Entrepreneurship",
path: "/entrepreneurship",
component: Entrepreneurship,
lead: "Make a useful contribution for future iGEM teams. Use this page to document that contribution.",
icon: FaProjectDiagram,
},
{
name: "Description",
title: "Project Description",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment