Skip to content

Commit

Permalink
changes made
Browse files Browse the repository at this point in the history
  • Loading branch information
sburchfield33 committed Feb 25, 2024
1 parent aaf451d commit 4d4e3c9
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ const SeniorPage = async ({ params }: Params) => {
});

return (
<div className="flex h-full w-full flex-col gap-y-6">
<div




className="flex h-full w-full flex-col gap-y-6">
<PathNav
pathInfo={[
{ display: "Chapters", url: "chapters" },
Expand Down

0 comments on commit 4d4e3c9

Please sign in to comment.