Skip to content

Commit da85515

Browse files
committed
remove testing warning from UI
1 parent 5759792 commit da85515

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

app/learning-ml/page.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@ export default function LearningMLPage() {
88
return (
99
<div className="max-w-4xl mx-auto px-6 py-8">
1010
<h1 className="text-4xl font-bold text-TiffanyBlue mb-8">
11-
Learning Machine Learning Note: This page is in active development.
12-
These posts are just for testing.
11+
Learning Machine Learning
1312
</h1>
1413

1514
<p className="text-xl text-amber-50 mb-8">
1615
Follow my journey as I explore the fascinating world of machine
17-
learning, from fundamentals to advanced concepts.
16+
learning.
1817
</p>
1918

2019
{posts.length === 0 ? (

0 commit comments

Comments
 (0)