File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11< div class ="w-full flex flex-col gap-5 ">
2- < div class ="flex flex-row gap-5 ">
2+ < div class ="flex flex-row gap-5 border-t border-redis-pen-300 pt-5 ">
33 < h3 class ="text-2xl "> {{ .Title }}</ h3 >
44 < p > {{ .Description }}</ p >
55 {{ partial "components/button-link.html" (dict "Href" .ButtonLink "Text" .ButtonLabel) }}
66 </ div >
77
88 < div class ="font-mono ">
9- <!-- First row of buttons -->
10- < div class ="flex flex-row gap-5 ">
9+ <!-- First row of buttons with horizontal line -->
10+ < div class ="flex flex-row gap-5 border-t border-redis-pen-300 pt-5 ">
1111 < p class ="uppercase "> {{ .LinksLeftTitle }}</ p >
1212 {{ range .LinksLeft }}
1313 < a class ="hover:text-redis-red-500 transition-colors text-balance " href ="{{ .URL }} "> {{ .Text }} →</ a >
1414 {{ end }}
1515 </ div >
1616
17- <!-- Second row of buttons (if LinksRight is available) -->
17+ <!-- Second row of buttons with horizontal line (if LinksRight is available) -->
1818 {{ if .LinksRight }}
19- < div class ="flex flex-row gap-5 mt-4 ">
19+ < div class ="flex flex-row gap-5 border-t border-redis-pen-300 pt-5 ">
2020 < p class ="uppercase "> {{ .LinksRightTitle }}</ p >
2121 {{ range .LinksRight }}
2222 < a class ="hover:text-redis-red-500 transition-colors text-balance " href ="{{ .URL }} "> {{ .Text }} →</ a >
You can’t perform that action at this time.
0 commit comments