Skip to content

Commit

Permalink
Merge pull request #253 from BobThePogBuilder/master
Browse files Browse the repository at this point in the history
Updated SEO config, and Version on docs
  • Loading branch information
potts99 authored Mar 26, 2024
2 parents b49011b + 9e13682 commit 146263f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions apps/docs/seo.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ const seoConfig = {
title: {
template: "Peppermint",
default:
"Peppermint - An open source zendesk alternative with a focus on simplicity and speed",
"Peppermint - Revolutionizing Customer Support for Rapid Resolutions. Your Premier Zendesk Alternative.",
},
description:
"Peppermint is an open source zendesk alternative with a focus on simplicity and speed",
"Experience Peppermint's revolutionary approach to customer support, ensuring swift resolutions. Discover your ultimate alternative to Zendesk.",
themeColor: "#F6E458",
openGraph: {
images: "/og-image.png",
Expand Down
6 changes: 3 additions & 3 deletions apps/docs/theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ const config = {
banner: {
key: 'release',
text: (
<a href="https://github.com/Peppermint-Lab/peppermint" target="_blank">
🎉 Peppermint 0.4 is released. Read more →
<a href="https://github.com/Peppermint-Lab/peppermint/releases" target="_blank">
🎉 Peppermint 0.4.5 is here! Check it out now! 🚀
</a>
)
},
Expand Down Expand Up @@ -67,4 +67,4 @@ const config = {
}
}

export default config
export default config
2 changes: 1 addition & 1 deletion apps/site/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ export default function Home() {
<div className="mx-auto max-w-7xl px-6 pb-8 pt-16 sm:pt-24 lg:px-8 lg:pt-32">
<div className="mt-16 border-t border-gray-900/10 pt-8 sm:mt-20 lg:mt-24">
<p className="text-xs leading-5 text-gray-500">
&copy; 2023 Peppermint Labs Ltd. All rights reserved.
&copy; 2024 Peppermint Labs Ltd. All rights reserved.
</p>
</div>
</div>
Expand Down

0 comments on commit 146263f

Please sign in to comment.