Skip to content

Commit

Permalink
fix: proj header
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jul 1, 2023
1 parent c32a5a0 commit 2062db9
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions src/app/projects/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,9 @@ export default function Page() {
if (!data) return <NothingFound />

return (
<div>
<header className="prose">
<h1>项目们</h1>
</header>

<main className="mt-10">
<div className="my-12 inline-flex items-center text-3xl font-medium">
<div className="mt-10">
<header className="prose my-12 flex items-center">
<h1 className="flex items-center">
项目{' '}
{githubUsername && (
<a
Expand All @@ -50,7 +46,9 @@ export default function Page() {
<CodiconGithubInverted />
</a>
)}
</div>
</h1>
</header>
<main>
<BottomToUpTransitionView>
<ProjectList projects={data || noopArr} />
</BottomToUpTransitionView>
Expand Down

1 comment on commit 2062db9

@vercel
Copy link

@vercel vercel bot commented on 2062db9 Jul 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shiro – ./

springtide.vercel.app
shiro-git-main-innei.vercel.app
innei.in
shiro-innei.vercel.app

Please sign in to comment.