Skip to content

Commit 41830cf

Browse files
Update single.html
1 parent b6a262a commit 41830cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/operate/single.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1>
1313
{{ partial "icons/logo-stack.html" (dict "context" . "class" "stack-logo-inline") }}
1414
{{ end }}
1515
{{ .Title }}</h1>
16-
{{ with .Params.description }}<p class="text-lg -mt-5 mb-10">{{ . | markdownify }}</p>{{ end }}
16+
{{ with .Params.description }}<p class="text-lg -mt-2 mb-2">{{ . | markdownify }}</p>{{ end }}
1717
{{ if .Params.categories }}
1818
<div class="post-categories" style="display: table;">
1919
<table style="border-collapse: separate; border-spacing: 0; background-color: #ffffff;">
@@ -38,7 +38,7 @@ <h1>
3838
{{ $displayName = "Redis Enterprise for Kubernetes" }}
3939
{{ $color = "#8A99A0" }}
4040
{{ else if eq $element "oss" }}
41-
{{ $displayName = "Redis Source Available" }}
41+
{{ $displayName = "Redis Community Edition" }}
4242
{{ $color = "#C795E3" }}
4343
{{ else if eq $element "stack" }}
4444
{{ $displayName = "Redis Stack" }}

0 commit comments

Comments
 (0)