@apify/docs-theme 1.0.64 → 1.0.65

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/config.js +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/docs-theme",
3
- "version": "1.0.64",
3
+ "version": "1.0.65",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
package/src/config.js CHANGED
@@ -107,7 +107,7 @@ const themeConfig = ({
107
107
  href: 'https://github.com/apify/fingerprint-suite',
108
108
  },
109
109
  {
110
- label: 'See Apify on GitHub',
110
+ label: 'Apify on GitHub',
111
111
  href: 'https://github.com/apify',
112
112
  },
113
113
  ],
@@ -115,7 +115,7 @@ const themeConfig = ({
115
115
  {
116
116
  href: 'https://github.com/apify',
117
117
  label: 'GitHub',
118
- title: 'See Apify on GitHub',
118
+ title: 'Apify on GitHub',
119
119
  position: 'right',
120
120
  className: 'icon',
121
121
  },