Skip to content

Commit

Permalink
updated description
Browse files Browse the repository at this point in the history
  • Loading branch information
SaySayo committed Aug 1, 2023
1 parent 97df8f6 commit b5a4da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ocamlorg_frontend/components/learn_overview.eml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ let lang_manual_banner =
<div class="w-2/3 pr-4 mb-2">
<h2 class="mt-0 mb-2 text-white text-sm font-medium leading-7 tracking-widest">GUIDE</h2>
<h3 class="mt-0 mb-4 text-white text-2xl font-normal leading-10">Language Manual</h3>
<p class="mt-0 mb-4 text-white text-lg font-normal leading-7">OCaml language manuals are comprehensive guides covering syntax, features, and usage.
They assist developers and learners in understanding capabilities, best practices, and exploring functionalities.</p>
<p class="mt-0 mb-4 text-white text-lg font-normal leading-7">The OCaml Language Manual is a comprehensive guide covering syntax, features, and usage.
The OCaml compiler developers provide this resource to assist developers and learners in understanding capabilities, best practices, and exploring functionalities.</p>
<a href="<%s Url.manual %>" class="block h-12 w-80 p-3 bg-default rounded-md text-center text-primary-700 text-lg font-medium leading-7">Take Me There</a>
</div>
<div class="w-1/3 flex justify-end">
Expand Down

0 comments on commit b5a4da2

Please sign in to comment.