@eventcatalog/core 2.2.0 → 2.2.1
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
|
@@ -119,7 +119,7 @@ const badges = [
|
|
|
119
119
|
<div class="relative flex space-x-3">
|
|
120
120
|
<div>
|
|
121
121
|
<a
|
|
122
|
-
href={
|
|
122
|
+
href={buildUrl(`${log.url}/${log.version}`)}
|
|
123
123
|
class={'bg-purple-500 hover:bg-purple-400 text-white flex h-8 w-14 items-center justify-center rounded-full ring-8 ring-white'}
|
|
124
124
|
>
|
|
125
125
|
{log.version}
|