Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rain1024 committed Oct 23, 2024
1 parent f5606d1 commit c63d93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/languagesv2/languages-v2-web/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function Home() {
<div className="w-full pt-24 space-y-4">
{/* Header Section */}
<header className="text-left">
<h1 className="text-5xl font-bold mb-2 text-blue-700">Languages</h1>
<h1 className="text-5xl font-bold mb-2 text-blue-700">Languages v2</h1>
<p className="text-xl text-gray-700">Like Duolingo, but Opensource</p>
</header>

Expand Down

0 comments on commit c63d93d

Please sign in to comment.