@eventcatalog/core 2.11.6 → 2.11.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -102,7 +102,7 @@ const tabs = [
|
|
|
102
102
|
<!-- Table -->
|
|
103
103
|
<div class="pb-20 ml-6">
|
|
104
104
|
<div>
|
|
105
|
-
<div class="sm:flex sm:items-center py-4 pb-4">
|
|
105
|
+
<div class="sm:flex sm:items-center py-4 pb-4" id="discover-title">
|
|
106
106
|
<div class="sm:flex-auto space-y-2">
|
|
107
107
|
<h1 class="text-4xl font-semibold text-gray-900 capitalize">{title}</h1>
|
|
108
108
|
<p class="text-md text-gray-700">{subtitle}</p>
|
|
@@ -232,7 +232,9 @@ const showSideBarOnLoad = currentNavigationItem?.sidebar;
|
|
|
232
232
|
'eventcatalog-header',
|
|
233
233
|
'eventcatalog-header-spacer',
|
|
234
234
|
'visualiser-footer',
|
|
235
|
+
// /discover page elements
|
|
235
236
|
'discover-collection-tabs',
|
|
237
|
+
'discover-title',
|
|
236
238
|
];
|
|
237
239
|
|
|
238
240
|
elementsToHide.forEach((id) => {
|