Skip to content

Commit

Permalink
minor changes to system. saving changes before attempting (again) the…
Browse files Browse the repository at this point in the history
… lift to next v15. will revert if this doesn't work
  • Loading branch information
siddheshraze committed Jan 6, 2025
1 parent 9c275d1 commit c95d3b9
Show file tree
Hide file tree
Showing 3 changed files with 9,938 additions and 9,946 deletions.
8 changes: 0 additions & 8 deletions frontend/app/(hub)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -410,16 +410,8 @@ export default function HubLayout({ children }: { children: React.ReactNode }) {
justifyContent: 'center'
}}
>
{/*{siteConfig.name}*/}
<AcaciaVersionTypography>{siteConfig.name}</AcaciaVersionTypography>
</Typography>
{/*<Stack direction="row" sx={{ alignItems: 'center', justifyContent: 'center' }}>*/}
{/* <Tooltip title="Version" variant="solid" placement="top" arrow sx={{ pointerEvents: 'none' }}>*/}
{/* <Box sx={{ display: 'inline-block', verticalAlign: 'middle' }}>*/}
{/* <AcaciaVersionTypography>{siteConfig.version}</AcaciaVersionTypography>*/}
{/* </Box>*/}
{/* </Tooltip>*/}
{/*</Stack>*/}
</Stack>
<IconButton
onClick={() => setIsFeedbackModalOpen(true)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'use client';
import { GridColDef, GridRenderEditCellParams } from '@mui/x-data-grid';
import React, { useEffect, useState } from 'react';
import { Box, Button, Tooltip, Typography } from '@mui/joy';
import { Box, Button } from '@mui/joy';
import UploadParentModal from '@/components/uploadsystemhelpers/uploadparentmodal';
import { FormType } from '@/config/macros/formdetails';
import { AllTaxonomiesViewRDS } from '@/config/sqlrdsdefinitions/views';
Expand Down
Loading

0 comments on commit c95d3b9

Please sign in to comment.