Skip to content

Commit e08700d

Browse files
committed
トップページのmy.code();をfont-monoに
1 parent 04f15bd commit e08700d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/page.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ export default function Home() {
1515
<div className="hero bg-gradient-to-br from-primary/30 via-secondary/15 to-accent/30 rounded-lg my-6 py-8 sm:px-4">
1616
<div className="hero-content text-center">
1717
<div className="">
18-
<h1 className="text-5xl font-bold mb-8">my.code(); へようこそ</h1>
18+
<h1 className="text-5xl font-bold mb-8">
19+
<span className="font-mono mr-4">my.code();</span>
20+
へようこそ
21+
</h1>
1922
<p className="text-3xl font-bold mb-4">
2023
環境構築不要、その場で実践。
2124
</p>

0 commit comments

Comments
 (0)