Skip to content

Commit b1f20b7

Browse files
committed
alphabetically reorder client SDKs in tiles partial
1 parent 7657c33 commit b1f20b7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

layouts/partials/feature_flags/feature_flags_client.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,44 +3,44 @@
33
<div class="container cards-dd col-num-3">
44
<div class="row row-cols-2 row-cols-sm-4 g-2 g-xl-3 justify-content-sm-center">
55
<div class="col">
6-
<a class="card h-100" href="/feature_flags/client/javascript/">
6+
<a class="card h-100" href="/feature_flags/client/android/">
77
<div class="card-body text-center py-2 px-1">
8-
{{ partial "img.html" (dict "root" . "src" "integrations_logos/javascript_large.svg" "class" "img-fluid" "alt" "React" "width" "400") }}
8+
{{ partial "img.html" (dict "root" . "src" "integrations_logos/android_large.svg" "class" "img-fluid" "alt" "Android" "width" "400") }}
99
</div>
1010
</a>
1111
</div>
1212
<div class="col">
13-
<a class="card h-100" href="/feature_flags/client/react/">
13+
<a class="card h-100" href="/feature_flags/client/android/">
1414
<div class="card-body text-center py-2 px-1">
15-
{{ partial "img.html" (dict "root" . "src" "integrations_logos/react_large.svg" "class" "img-fluid" "alt" "React" "width" "400") }}
15+
{{ partial "img.html" (dict "root" . "src" "integrations_logos/android_tv_large.svg" "class" "img-fluid" "alt" "Android TV" "width" "400") }}
1616
</div>
1717
</a>
1818
</div>
1919
<div class="col">
20-
<a class="card h-100" href="/feature_flags/client/android/">
20+
<a class="card h-100" href="/feature_flags/client/ios/">
2121
<div class="card-body text-center py-2 px-1">
22-
{{ partial "img.html" (dict "root" . "src" "integrations_logos/android_large.svg" "class" "img-fluid" "alt" "Android" "width" "400") }}
22+
{{ partial "img.html" (dict "root" . "src" "integrations_logos/ios_large.svg" "class" "img-fluid" "alt" "iOS" "width" "400") }}
2323
</div>
2424
</a>
2525
</div>
2626
<div class="col">
27-
<a class="card h-100" href="/feature_flags/client/android/">
27+
<a class="card h-100" href="/feature_flags/client/ios/">
2828
<div class="card-body text-center py-2 px-1">
29-
{{ partial "img.html" (dict "root" . "src" "integrations_logos/android_tv_large.svg" "class" "img-fluid" "alt" "Android TV" "width" "400") }}
29+
{{ partial "img.html" (dict "root" . "src" "integrations_logos/tv_os_large.svg" "class" "img-fluid" "alt" "tvOS" "width" "400") }}
3030
</div>
3131
</a>
3232
</div>
3333
<div class="col">
34-
<a class="card h-100" href="/feature_flags/client/ios/">
34+
<a class="card h-100" href="/feature_flags/client/javascript/">
3535
<div class="card-body text-center py-2 px-1">
36-
{{ partial "img.html" (dict "root" . "src" "integrations_logos/ios_large.svg" "class" "img-fluid" "alt" "iOS" "width" "400") }}
36+
{{ partial "img.html" (dict "root" . "src" "integrations_logos/javascript_large.svg" "class" "img-fluid" "alt" "React" "width" "400") }}
3737
</div>
3838
</a>
3939
</div>
4040
<div class="col">
41-
<a class="card h-100" href="/feature_flags/client/ios/">
41+
<a class="card h-100" href="/feature_flags/client/react/">
4242
<div class="card-body text-center py-2 px-1">
43-
{{ partial "img.html" (dict "root" . "src" "integrations_logos/tv_os_large.svg" "class" "img-fluid" "alt" "tvOS" "width" "400") }}
43+
{{ partial "img.html" (dict "root" . "src" "integrations_logos/react_large.svg" "class" "img-fluid" "alt" "React" "width" "400") }}
4444
</div>
4545
</a>
4646
</div>

0 commit comments

Comments
 (0)