Skip to content

Commit ae308a6

Browse files
authored
Removed unneeded isFeatured param for cards (#840)
* chore: Removed unneeded isFeatured param for cards, replaced with isFullSize
1 parent adab21c commit ae308a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/nginx-one/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ F5 NGINX One Console makes it easy to manage NGINX instances across locations an
2222

2323
{{<card-layout>}}
2424
{{<card-section showAsCards="true" isFeaturedSection="true">}}
25-
{{<card title="Get started" titleUrl="/nginx-one/getting-started/" isFeatured="true" icon="unplug">}}
25+
{{<card title="Get started" titleUrl="/nginx-one/getting-started/" icon="unplug" isFullSize="true">}}
2626
Get up and running with NGINX One Console
2727
{{</card >}}
2828
{{</card-section>}}

0 commit comments

Comments
 (0)