Skip to content

Commit 5570caa

Browse files
authored
Merge pull request #669 from gaurav-nelson/fix-patterns-page
fix: use plain text "Red Hat" in trilio pattern taxonomy and fix spinner
2 parents 4cd38ca + 12c2f6d commit 5570caa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/patterns/trilio-continuous-recovery/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ date: 2026-04-08
44
tier: sandbox
55
summary: A demonstration of Trilio Continuous Restore for stateful applications
66
rh_products:
7-
- Red Hat OpenShift Container Platform
8-
- Red Hat OpenShift GitOps
9-
- Red Hat Advanced Cluster Management
7+
- Red Hat OpenShift Container Platform
8+
- Red Hat OpenShift GitOps
9+
- Red Hat Advanced Cluster Management
1010
partners:
1111
- Trilio
1212
industries:

static/js/patterns-browser-v2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ function checkCategoryObject(patternTerms, filterTerms, filter_type) {
267267

268268
function renderSpinner() {
269269
// HTML for the loading spinner
270-
return (`div class="pf-l-bullseye">
270+
return (`<div class="pf-l-bullseye">
271271
<div class="pf-l-bullseye__item">
272272
<svg class="pf-c-spinner" role="progressbar" viewBox="0 0 100 100" aria-label="Loading..." >
273273
<circle class="pf-c-spinner__path" cx="50" cy="50" r="45" fill="none" />

0 commit comments

Comments
 (0)