fix(SW-190): styling fixes

This commit is contained in:
Erik Tiekstra
2024-08-14 12:30:04 +02:00
parent a01aa10bf2
commit e7ec6b09c3
11 changed files with 85 additions and 32 deletions

View File

@@ -17,6 +17,18 @@ fragment ContentPageBreadcrumbs on ContentPage {
}
url
}
... on LoyaltyPage {
web {
breadcrumbs {
title
}
}
system {
locale
uid
}
url
}
}
}
}