File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,17 @@ <h3 class="text-2xl">{{ .Title }}</h3>
9
9
< div class ="flex flex-col gap-5 flex-1 ">
10
10
< p class ="uppercase "> {{ .LinksLeftTitle }}</ p >
11
11
{{ range .LinksLeft }}
12
- < a class ="hover:text-redis-red-500 transition-colors whitespace-nowrap " href ="{{ .URL }} "> {{ .Text }} →</ a >
12
+ < a class ="hover:text-redis-red-500 transition-colors text-balance " href ="{{ .URL }} "> {{ .Text }} →</ a >
13
13
{{ end }}
14
14
</ div >
15
+ {{ if .LinksRight }}
15
16
< div class ="flex flex-col gap-5 flex-1 ">
16
17
< p class ="uppercase "> {{ .LinksRightTitle }}</ p >
17
18
{{ range .LinksRight }}
18
- < a class ="hover:text-redis-red-500 transition-colors whitespace-nowrap " href ="{{ .URL }} "> {{ .Text }} →</ a >
19
+ < a class ="hover:text-redis-red-500 transition-colors text-balance " href ="{{ .URL }} "> {{ .Text }} →</ a >
19
20
{{ end }}
20
21
</ div >
22
+ {{ end }}
21
23
</ div >
22
24
</ div >
23
25
</ div >
You can’t perform that action at this time.
0 commit comments