Skip to content
Snippets Groups Projects
Commit 11b1061a authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

sources

parent b522cca1
No related branches found
No related tags found
No related merge requests found
...@@ -152,8 +152,9 @@ export function HPMoreButton({name}: {name: string}){ ...@@ -152,8 +152,9 @@ export function HPMoreButton({name}: {name: string}){
} }
export function BFHMoreButton({it}: {it: string}){ export function BFHMoreButton({it}: {it: string}){
const {goToPageWithTabAndScroll} = useNavigation();
return( return(
<button className="tablinks bfh-more-button" onClick={expandIt({it})}> More</button> <button className="tablinks bfh-more-button" onClick={() => goToPageWithTabAndScroll({path: "", tabId: "it", scrollToId})}> More</button>
) )
} }
......
import BibtexParser from "../components/makeSources";
export default function DescSources(){
return (
<div>
<BibtexParser bibtexSources={bibtexSources} />
</div>
);
}
const bibtexSources = [
]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment