diff --git a/src/app/(main)/(router)/templates/page.tsx b/src/app/(main)/(router)/templates/page.tsx
deleted file mode 100644
index 5e3a906..0000000
--- a/src/app/(main)/(router)/templates/page.tsx
+++ /dev/null
@@ -1,9 +0,0 @@
-export default function MainPage() {
- return (
-
- );
-}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index cdcebea..bc3d56a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -17,37 +17,37 @@ const projects = [
icon: '/react.svg',
title: 'React',
description: 'JavaScript',
- link: '/a',
+ link: '/',
},
{
icon: '/react.svg',
title: 'React',
description: 'TypeScript',
- link: '/b',
+ link: '/',
},
{
icon: '/vue.svg',
title: 'Vue',
description: 'JavaScript',
- link: '/c',
+ link: '/',
},
{
icon: '/vue.svg',
title: 'Vue',
description: 'TypeScript',
- link: '/d',
+ link: '/',
},
{
icon: '/preact.svg',
title: 'Preact',
description: 'JavaScript',
- link: '/e',
+ link: '/',
},
{
icon: '/preact.svg',
title: 'Preact',
description: 'TypeScript',
- link: '/f',
+ link: '/',
},
{
icon: '/node.svg',
@@ -70,7 +70,7 @@ const socialIcons = [
},
{
icon:
,
- link: 'https://github.com/xun082/online-edit-web111',
+ link: 'https://github.com/xun082/online-edit-web',
},
];
diff --git a/src/components/edit/header/index.tsx b/src/components/edit/header/index.tsx
index d1a94e8..945d228 100644
--- a/src/components/edit/header/index.tsx
+++ b/src/components/edit/header/index.tsx
@@ -1,7 +1,7 @@
import Link from 'next/link';
import React, { useEffect, useState } from 'react';
import { VscLiveShare } from 'react-icons/vsc';
-import { FaRegSave } from 'react-icons/fa';
+import { FaGithub, FaRegSave } from 'react-icons/fa';
import { GoRepoForked } from 'react-icons/go';
import localforage from 'localforage';
@@ -34,7 +34,7 @@ export const Header: React.FC
= ({ projectId }) => {
}, []);
return (
-
+