Skip to content

Commit

Permalink
chore(site): add link to blog
Browse files Browse the repository at this point in the history
  • Loading branch information
vitonsky committed Jun 25, 2024
1 parent 85a7528 commit aa310ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions site/src/components/Landing/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ export const Landing = ({ baseUrl }: { baseUrl: string }) => {
<Link variant="base" href="#features">
{t('navigation.features.content')}
</Link>
<Link variant="base" href="/blog">
{t('navigation.blog.content')}
</Link>
<Link
variant="base"
href="https://github.com/translate-tools/linguist"
Expand Down
3 changes: 3 additions & 0 deletions site/src/components/Landing/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"features": {
"content": "Features"
},
"blog": {
"content": "Blog"
},
"github": {
"content": "GitHub"
}
Expand Down

0 comments on commit aa310ea

Please sign in to comment.