Skip to content

Commit

Permalink
fix: remove static rsd title from the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
dmijatovic committed Sep 30, 2022
1 parent d0fbd14 commit f0606c0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions frontend/components/AppFooter/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,9 @@ export default function AppFooter () {
<div className="py-4"></div>
<OrganisationLogo host={host} />
</div>
<div className="pb-8 md:py-8">
<div className="text-lg">Research Software Directory</div>
<div className="py-4 flex flex-col">
<MarkdownPages pages={pages ?? []} />
<CustomLinks links={links ?? []} />
</div>
<div className="pb-8 md:py-8 flex flex-col gap-2">
<MarkdownPages pages={pages ?? []} />
<CustomLinks links={links ?? []} />
</div>
</div>
</footer>
Expand Down

0 comments on commit f0606c0

Please sign in to comment.