a few more naming adjustments
This commit is contained in:
parent
511af6c9ba
commit
37c7090d1a
|
@ -8,8 +8,8 @@ export default [
|
|||
url: '/use-cases/service-discovery-and-health-checking',
|
||||
},
|
||||
{
|
||||
text: 'Network Middleware Automation',
|
||||
url: '/use-cases/network-middleware-automation',
|
||||
text: 'Network Infrastructure Automation',
|
||||
url: '/use-cases/network-infrastructure-automation',
|
||||
},
|
||||
{
|
||||
text: 'Multi-Platform Service Mesh',
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
|
@ -157,7 +157,7 @@ export default function HomePage() {
|
|||
description:
|
||||
'Reduce burden of manual, ticket-based networking tasks.',
|
||||
image: {
|
||||
url: require('./img/use-cases/network-middleware-automation.svg?url'),
|
||||
url: require('./img/use-cases/network-infrastructure-automation.svg?url'),
|
||||
format: 'svg',
|
||||
},
|
||||
link: {
|
||||
|
|
Loading…
Reference in New Issue