Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudis committed Jan 30, 2025
1 parent 0ee839f commit 3b338b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions env/local
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NEXT_PUBLIC_API_PATH=http://progenetix.test/
NEXT_PUBLIC_PREFETCH_API_PATH=http://progenetix.test/
NEXT_PUBLIC_API_PATH=/
NEXT_PUBLIC_PREFETCH_API_PATH=/
NEXT_PUBLIC_USE_PROXY=false
NEXT_PUBLIC_SITE_URL=http://progenetix.test/
6 changes: 1 addition & 5 deletions src/components/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ export function Layout({ title, headline, children }) {
<a rel="license" href="https://creativecommons.org/licenses/by/4.0">
<img className="Layout__cc__icons" src="/img/cc-cc.svg" />
<img className="Layout__cc__icons" src="/img/cc-by.svg" />
</a>
<br />
No responsibility is taken for the correctness of the data presented
</a>.{" "}No responsibility is taken for the correctness of the data presented
nor the results achieved with the Progenetix tools.
</div>
</footer>
Expand Down Expand Up @@ -191,13 +189,11 @@ function Side({ onClick }) {
label="Downloads & Use Cases"
isSub="isSub"
/>

<MenuInternalLinkItem
href={`${SITE_DEFAULTS.MASTERDOCLINK}/services`}
label="Sevices & API"
isSub="isSub"
/>

<MenuInternalLinkItem
href={SITE_DEFAULTS.ORGSITELINK}
label="Baudisgroup @ UZH"
Expand Down

0 comments on commit 3b338b8

Please sign in to comment.