Skip to content

Commit

Permalink
link blog
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelstroschein committed Nov 22, 2024
1 parent 450c91c commit bd86bf1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ const MarketplaceHeader = (props: { withBorder: boolean }) => {
<SearchBar />
</div>
<div class="flex gap-8 items-center">
<a
class="hidden text-surface-700 hover:text-primary pointer-events-auto md:flex justify-center items-center h-10 relative gap-2 rounded-md flex-grow-0 flex-shrink-0 text-sm font-medium text-left cursor-pointer transition-all duration-200"
href="https://opral.substack.com/t/inlang"
target="_blank"
>
Blog
</a>
<a
class="hidden text-surface-700 hover:text-primary pointer-events-auto md:flex justify-center items-center h-10 relative gap-2 rounded-md flex-grow-0 flex-shrink-0 text-sm font-medium text-left cursor-pointer transition-all duration-200"
href="/documentation"
Expand Down
2 changes: 1 addition & 1 deletion inlang/source-code/website/src/pages/index/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const Footer = () => {
name: m.footer_contact_feedback(),
href: "https://github.com/opral/monorepo/discussions/categories/feedback",
},
{ name: m.footer_contact_blog(), href: "/blog" },
{ name: m.footer_contact_blog(), href: "https://opral.substack.com/t/inlang" },
{
name: m.footer_privacy_policy(),
href: "https://www.iubenda.com/privacy-policy/63446420",
Expand Down

0 comments on commit bd86bf1

Please sign in to comment.