Skip to content

Commit 1534b1e

Browse files
committed
iot page
1 parent 4f53088 commit 1534b1e

File tree

4 files changed

+459
-2
lines changed

4 files changed

+459
-2
lines changed

public/images/iot/IoT.png

259 KB
Loading

src/data/nav.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,20 @@
1717
"prefetch": true,
1818
"external": false
1919
},
20+
{
21+
"display": "IoT",
22+
"url": "/iot/",
23+
"prefetch": true,
24+
"external": false
25+
},
2026
{
2127
"display": "Compare",
2228
"url": "/compare/",
2329
"prefetch": true
2430
},
2531
{
2632
"display": "Enterprise",
27-
"url": "https://docs.defguard.net/enterprise",
33+
"url": "https://docs.defguard.net/enterprise/enterprise-features",
2834
"prefetch": false,
2935
"external": true
3036
},

src/pages/_home/components/HomeHeader.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const { trustedBy = true, title, description, buttons = [], repo = "defguard" }
5555

5656
<style lang="scss" is:global>
5757
#home-header {
58-
padding-bottom: page-spacing(60px);
58+
padding-bottom: page-spacing(30px);
5959
padding-top: 50px;
6060

6161
& > p {

0 commit comments

Comments
 (0)