Skip to content

Commit

Permalink
added banner to learn page and renamed component file
Browse files Browse the repository at this point in the history
  • Loading branch information
SaySayo committed Aug 1, 2023
1 parent 3007082 commit 8f47ee7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/ocamlorg_frontend/dune
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,10 @@
--workspace
%{workspace_root})))
(rule
(target learn_overview.ml)
(target learn_components.ml)
(action
(run
%{bin:dream_eml}
%{dep:learn_overview.eml}
%{dep:learn_components.eml}
--workspace
%{workspace_root}))))
1 change: 1 addition & 0 deletions src/ocamlorg_frontend/pages/learn.eml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Learn_layout.render
</div>
</div>
</div>
<%s! Learn_components.lang_manual_banner %>
<div class="mt-10 lg:mt-20 border-b border-gray-200 pb-10">
<h3 class="font-bold">Papers</h3>
<div class="mt-6 text-lighter text-lg">
Expand Down
1 change: 0 additions & 1 deletion src/ocamlorg_frontend/pages/outreachy.eml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Layout.render
<p>This is a record of all past OCaml Community <a href="https://www.outreachy.org/" target="_blank">Outreachy</a> Internship Projects.</p>
</div>
</div>
<%s! Learn_overview.lang_manual_banner %>
<div class="py-12 bg-default dark:bg-dark-default">
<div class="container-fluid">
<% metadata |> List.iter (fun (rounds : Data.Outreachy.t) -> %>
Expand Down

0 comments on commit 8f47ee7

Please sign in to comment.