mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-28 16:20:34 +08:00
Merge pull request #730 from LAION-AI/394-show-privacy-links
Ensuring the user can find the privacy and terms of service
This commit is contained in:
@@ -54,6 +54,7 @@ export const getDashboardLayout = (page: React.ReactElement) => (
|
||||
>
|
||||
{page}
|
||||
</SideMenuLayout>
|
||||
<Footer />
|
||||
</div>
|
||||
);
|
||||
|
||||
|
||||
@@ -27,6 +27,6 @@ const RandomTask = () => {
|
||||
);
|
||||
};
|
||||
|
||||
RandomTask.getLayout = getDashboardLayout;
|
||||
RandomTask.getLayout = (page) => getDashboardLayout(page);
|
||||
|
||||
export default RandomTask;
|
||||
|
||||
Reference in New Issue
Block a user