Skip to content

Commit

Permalink
feat: create preview for the bangla course
Browse files Browse the repository at this point in the history
  • Loading branch information
kantord committed Feb 26, 2021
1 parent 86eb600 commit 03f8b0a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion apps/web/src/routes/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</script>

<svelte:head>
<title>{$_("meta.title")}</title>
<title>{$_('meta.title')}</title>
<meta name="description" content="{$_('index.meta.description')}" />
</svelte:head>

Expand Down Expand Up @@ -52,6 +52,12 @@
</Translate>
</Button>

<Button primary hidden href="course/bangla-from-english">
<Translate key="index.start_french_course">
Start learning Bangla
</Translate>
</Button>

<Button primary href="about">
<Translate key="index.about_librelingo">
About LibreLingo
Expand Down

1 comment on commit 03f8b0a

@vercel
Copy link

@vercel vercel bot commented on 03f8b0a Feb 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.