Skip to content

Commit a3cdafa

Browse files
committed
Fix translation
1 parent 6f15675 commit a3cdafa

File tree

2 files changed

+121
-3
lines changed

2 files changed

+121
-3
lines changed

package-lock.json

+120
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app/layout.tsx

+1-3
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,7 @@ function Content({ children }: { children: React.ReactNode }) {
202202
</div>
203203
</div>
204204
<div>
205-
<h3 className="text-[small] font-semibold mb-1">
206-
{t('Footer.onOurBlog')}
207-
</h3>
205+
<h3 className="text-[small] font-semibold mb-1">On our blog</h3>
208206
<Suspense fallback={<div>Loading…</div>}>
209207
<BlogPostsList />
210208
</Suspense>

0 commit comments

Comments
 (0)