mirror of
https://github.com/acid-info/free.technology.git
synced 2025-02-28 17:30:30 +00:00
fix: fix bug with keycard
This commit is contained in:
parent
6f19d42dd6
commit
dfdb5d2bc7
@ -107,7 +107,7 @@ import BU_DATA from '../data/bu-data'
|
||||
|
||||
<p>{BU_DATA.keycard.hero.description}</p>
|
||||
|
||||
<Link href="/status"><Button width="150px" height="40px" color="grey">Learn more</Button></Link>
|
||||
<Link href="/keycard"><Button width="150px" height="40px" color="grey">Learn more</Button></Link>
|
||||
</PortfolioItem>
|
||||
<PortfolioItem mark="/icons/bu/nimbus.svg" title="Nimbus" est={BU_DATA.nimbus.hero.est}>
|
||||
|
||||
|
@ -15,7 +15,7 @@ export const businessUnitMark = (businessUnit: string) => {
|
||||
case 'vac':
|
||||
return '/icons/bu/vac.svg'
|
||||
case 'keycard':
|
||||
return ''
|
||||
return '/icons/bu/keycard.svg'
|
||||
default:
|
||||
return ''
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user