Skip to content
Snippets Groups Projects
Commit d06a2c0d authored by Marte Fossum's avatar Marte Fossum
Browse files

New footer and upper case name ntnu

parent a5b3c87c
No related branches found
No related tags found
1 merge request!329New footer and upper case name ntnu
...@@ -3,6 +3,7 @@ import { styled } from '@mui/material/styles' ...@@ -3,6 +3,7 @@ import { styled } from '@mui/material/styles'
import { Link } from '@mui/material' import { Link } from '@mui/material'
import { import {
appInst,
responsibleOrganization, responsibleOrganization,
responsibleOrganizationLink, responsibleOrganizationLink,
responsibleOrganizationLinkEn, responsibleOrganizationLinkEn,
...@@ -60,7 +61,7 @@ const LogoSection = styled('div')(({ theme }) => ({ ...@@ -60,7 +61,7 @@ const LogoSection = styled('div')(({ theme }) => ({
color: theme.palette.primary.main, color: theme.palette.primary.main,
display: 'flex', display: 'flex',
justifyContent: 'space-between', justifyContent: 'space-between',
padding: '1rem 0 1rem 2rem', ...(appInst === 'uio' && { padding: '1rem 0 1rem 2rem' }),
})) }))
const StyledLink = styled(Link)({ const StyledLink = styled(Link)({
......
...@@ -190,6 +190,8 @@ export function instNameUpperCaser(instName: String): String { ...@@ -190,6 +190,8 @@ export function instNameUpperCaser(instName: String): String {
return 'UiO' return 'UiO'
case 'uib': case 'uib':
return 'UiB' return 'UiB'
case 'ntnu':
return 'NTNU'
default: default:
return instName return instName
} }
......
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