Skip to content

Commit

Permalink
translation
Browse files Browse the repository at this point in the history
  • Loading branch information
elitan committed Oct 25, 2023
1 parent 409c78f commit e4daf0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const Page = (
})}
</div>
<div className="lg:col-span-4 mt-12 bg-gray-50 shadow-md p-4 self-start">
<div className="font-bold text-xl">Mest lästa</div>
<div className="font-bold text-xl">Most Read</div>
<div className="space-y-4 mt-4 pt-4 border-t">
{popularArticles.map((article) => {
return (
Expand Down

0 comments on commit e4daf0d

Please sign in to comment.