@eventcatalog/core 0.0.0-2022010155446 → 0.0.0-2022010155822
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 +1 -1
- package/components/Footer.tsx +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/components/Footer.tsx
CHANGED
|
@@ -11,9 +11,9 @@ export default function Footer() {
|
|
|
11
11
|
{navigation && (
|
|
12
12
|
<nav className="-mx-5 -my-2 flex flex-wrap justify-center" aria-label="Footer">
|
|
13
13
|
{navigation.map((item) => (
|
|
14
|
-
<div key={item.
|
|
14
|
+
<div key={item.label} className="px-5 py-2">
|
|
15
15
|
<a href={item.href} className="text-base text-gray-500 hover:text-gray-900">
|
|
16
|
-
{item.
|
|
16
|
+
{item.label}
|
|
17
17
|
</a>
|
|
18
18
|
</div>
|
|
19
19
|
))}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eventcatalog/core",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-2022010155822",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"react-syntax-highlighter": "^15.4.5"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@eventcatalog/types": "0.0.0-
|
|
40
|
+
"@eventcatalog/types": "0.0.0-2022010155822",
|
|
41
41
|
"@types/react": "^17.0.36",
|
|
42
42
|
"autoprefixer": "^10.4.0",
|
|
43
43
|
"commander": "^8.3.0",
|