Skip to content

Commit 67aed6e

Browse files
committed
Fix:HOMEpage Mobile Issue bug fixed
2 parents e1344d0 + 1a4b56b commit 67aed6e

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [1.0.1] 2023-01-14
4+
### Changes
5+
6+
- Update 404 Handler
7+
- missing links reporter
8+
39
## [1.0.0] 2023-01-13
410
### Changes
511

README.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ The product is `self-funded`, mainly `driven` by **open-source** and **comunity
2020

2121
## `Services` and [Products](https://appseed.us/admin-dashboards/open-source/)
2222

23-
- 🚀 **[PRO Accounts](https://appseed.us/terms/)** via `$49/yr` (annual subscription)
24-
- **40%OFF** applicable to `all products` & licenses
23+
- 🚀 **[PRO Accounts](https://appseed.us/terms/)** via `$19/yr` (annual subscription)
24+
- **30%OFF** applicable to `all products` & licenses
2525
- **24/7** fast support via Email and `Discord`
2626
- **Private Access** to all internal [tools](https://appseed.us/developer-tools/): [OpenAPI Editor](https://appseed.us/generator/openapi/), parsers and `generators`.
2727
- 🎁 Permanent [Discounts](https://appseed.us/discounts/): `Black PRO`, `Argon BS4 PRO`, `Gradient Able`

README_Migrate_Gitbook.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
description: How to migrate from GitBook to Docusaurus
3+
---
4+
5+
# Migrate GitBook to Docusaurus
6+
7+
@ToDo

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const config = {
111111
},
112112
announcementBar: {
113113
id: "welcome",
114-
content: '🎁 PROMO <strong><a target="_blank" href="https://appseed.us/discounts/">Boost 2023 Campaign - 75%OFF</a></strong> (all products & licenses).',
114+
content: '🎁 PROMO <strong><a target="_blank" href="https://appseed.us/discounts/">Boost 2023 - 75%OFF</a></strong> (all products).',
115115
backgroundColor: "#ec407a",
116116
// textColor: "#091E42",
117117
textColor: "#000000",

src/theme/NotFound.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ export default function NotFound() {
1212
const serverId = process.env.EMAILJS_SERVER_ID;
1313
const templateId = process.env.EMAILJS_TEMPLATE_ID;
1414
const publicKey = process.env.EMAILJS_PUBLIC_KEY;
15-
console.log("serverId", process.env.EMAILJS_SERVER_ID);
16-
console.log("templateId", process.env.EMAILJS_TEMPLATE_ID);
17-
console.log("publicKey", process.env.EMAILJS_PUBLIC_KEY);
1815
useEffect(async () => {
1916
emailjs.send(serverId, templateId, { url: "https://docs.appseed.us" + location.pathname }, publicKey).then(
2017
function (response) {

0 commit comments

Comments
 (0)