Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptSmith committed May 1, 2024
1 parent 0900109 commit e1ce343
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/components/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ export const Layout = ({children}: any) => {
<DarkMode>
<Stack direction='row' p={1} pl={4} pr={4} alignItems={'center'} maxWidth={'1576px'} m={'auto'}>
<Text color={'white'} as={'b'} fontSize={"sm"} noOfLines={1}>Developed by the Office of
eResearch
QUT</Text>
eResearch, QUT</Text>
</Stack>
</DarkMode>
</Box>
Expand Down

0 comments on commit e1ce343

Please sign in to comment.