Skip to content

Commit

Permalink
fix: 이거때문인거같은데...
Browse files Browse the repository at this point in the history
  • Loading branch information
donghyun1998 committed Aug 3, 2024
1 parent 0dfa8b2 commit 5489812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from "react";
export default function Home() {
return (
<div className="w-full flex flex-col items-center justify-center">
<h1 className="mt-28 mb-28 font-gmarketBold text-5xl font-extrabold tracking-tight lg:text-7xl">
<h1 className="mt-28 mb-28 font-gmarketBold text-5xl tracking-tight lg:text-7xl">
mejai.kr
</h1>
</div>
Expand Down

0 comments on commit 5489812

Please sign in to comment.