Skip to content

Commit 03eab96

Browse files
committed
new front page order lab button
1 parent e2b616c commit 03eab96

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ const cards = [
4343

4444
const bottomCards = [
4545
{
46-
id: 'card4',
47-
title: 'About HUNT Cloud',
48-
href: 'https://about.hdc.ntnu.no/',
49-
description: 'HUNT Cloud is shaped by a small team of scientific instrument makers. Read more about the thinking and team behind HUNT Cloud.',
46+
id: 'card5',
47+
title: 'Order a new lab',
48+
href: 'https://docs.hdc.ntnu.no/administer-science/service-desk/data-space-orders#new-lab',
49+
description: 'Click here to order a new lab in HUNT Cloud.',
5050
},
5151
{
5252
id: 'mascot',
@@ -56,10 +56,10 @@ const bottomCards = [
5656
isMascot: true
5757
},
5858
{
59-
id: 'card5',
60-
title: 'Scientific products',
59+
id: 'card4',
60+
title: 'About',
6161
href: 'https://about.hdc.ntnu.no/',
62-
description: 'Explore and evolve. See the main HUNT Cloud page for information on HUNT Cloud\'s scientific products and services.',
62+
description: 'Read more about HUNT Cloud and our services.',
6363
}
6464
];
6565

0 commit comments

Comments
 (0)