fix: navigation bugs

This commit is contained in:
swve 2023-01-29 19:28:48 +01:00
parent 898928759d
commit aeebcf1d63
4 changed files with 22 additions and 7 deletions

View file

@ -17,7 +17,7 @@ const Organizations = () => {
}
return (
<Layout>
<>
<Title>
Your Organizations{" "}
<Link href={"/organizations/new"}>
@ -40,7 +40,7 @@ const Organizations = () => {
))}
</div>
)}
</Layout>
</>
);
};