Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Task-12 Change Neo Sense to NEO Sense #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Neo Sense",
"short_name": "Neo Sense",
"name": "NEO Sense",
"short_name": "NEO Sense",
"icons": [
{
"src": "/android-chrome-192x192.png",
Expand Down
2 changes: 1 addition & 1 deletion src/components/MonikaSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function MonikaSection() {
Open source powered
</h2>
<p className="mt-4 text-lg tracking-tight text-slate-700">
Neosense is powered by the free and open source synthetic monitoring command line tools called Monika by Hyperjump.
NEO Sense is powered by the free and open source synthetic monitoring command line tools called Monika by Hyperjump.
</p>
<Button
href="https://monika.hyperjump.tech/"
Expand Down
2 changes: 1 addition & 1 deletion src/components/SecondaryFeatures.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const features = [
name: 'Synthetic Monitoring',
summary: 'Configure the requests from simple to the complex one.',
description:
'Send the request you want to send every time Neo Sense probes your server including the headers and the body. You can even chain multiple requests one another.',
'Send the request you want to send every time NEO Sense probes your server including the headers and the body. You can even chain multiple requests one another.',
image: screenshotSyntheticMonitoring,
icon: function SyntheticMonitoringIcon() {
return (
Expand Down
6 changes: 3 additions & 3 deletions src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function Home() {
<>
<Head>
<title>
Website Uptime Monitoring Service & Free Status Pages - Neo Sense
Website Uptime Monitoring Service & Free Status Pages - NEO Sense
</title>
<meta
name="description"
Expand All @@ -28,14 +28,14 @@ export default function Home() {
<meta property="og:type" content="website" />
<meta
property="og:title"
content="Website Uptime Monitoring Service & Free Status Pages - Neosense"
content="Website Uptime Monitoring Service & Free Status Pages - NEO Sense"
/>
<meta
property="og:description"
content="Get website downtime alerts by WhatsApp, Teams, Slack, Telegram, email, and more. Free uptime monitoring tool, SSL alerts, and beautiful status pages with incidents notifications."
/>
<meta property="og:url" content="https://neosense.hyperjump.tech/" />
<meta property="og:site_name" content="Neo Sense" />
<meta property="og:site_name" content="NEO Sense" />

<meta name="twitter:card" content="summary_large_image" />
<link
Expand Down