Skip to content

Commit

Permalink
TL: fix on the home button for apps page
Browse files Browse the repository at this point in the history
  • Loading branch information
tlunet committed Oct 15, 2023
1 parent f8a7ce2 commit abc040b
Show file tree
Hide file tree
Showing 10 changed files with 7,978 additions and 10,401 deletions.
2 changes: 0 additions & 2 deletions dynamic_site/frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import Stages from './stages/Stages';
import {
DocumentationButton,
DocumentationModal,
HomeButton,
} from './StaticElements.js';
import { useEffect, useState } from 'react';

Expand Down Expand Up @@ -48,7 +47,6 @@ function App() {

return (
<>
<HomeButton />
<DocumentationButton toggleVisibility={toggleVisibility} />
{modal}
<div className='uk-height-1-1 uk-padding uk-background-muted'>
Expand Down
Loading

0 comments on commit abc040b

Please sign in to comment.