Commit ccdaaa27 by sujata

miner change

1 parent 1f6920dc
{
"name": "alphion-frontend",
"name": "Akruti-frontend",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "alphion-frontend",
"name": "Akruti-frontend",
"version": "0.1.0",
"dependencies": {
"@fancyapps/ui": "^5.0.36",
......
......@@ -10,9 +10,9 @@ export default function Document() {
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="Alphion" />
<meta property="og:title" content="Alphion" />
<meta property="og:description" content="Alphion" />
<meta name="description" content="Akruti" />
<meta property="og:title" content="Akruti" />
<meta property="og:description" content="Akruti" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicon.svg" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon.svg" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon.svg" />
......
......@@ -58,7 +58,7 @@ export default function (req, res) {
const mailData = {
from: "gaurav.logicloop@gmail.com",
to: maillist,
subject: `Alphion ${req.body?.FormSource || ""} Leads`,
subject: `Akruti ${req.body?.FormSource || ""} Leads`,
html: `
<table border="0" cellpadding="0" cellspacing="0" style="padding-top:35px; background-color:#f1f1f1; font-family:Verdana,Arial,sans-serif; color:#454748; width:100%; border-collapse:separate;">
<tbody>
......@@ -68,7 +68,7 @@ export default function (req, res) {
<tbody>
<tr>
<td align="center">
<strong style="font-size:16px;">Welcome to Alphion</strong>
<strong style="font-size:16px;">Welcome to Akruti</strong>
</td>
</tr>
<tr>
......
......@@ -21,7 +21,7 @@ export default function (req, res) {
const mailData = {
from: "gaurav.logicloop@gmail.com",
to: maillist,
subject: `Alphion ${req.body.FormSource} Leads`,
subject: `Akruti ${req.body.FormSource} Leads`,
html: `
<table border="0" cellpadding="0" cellspacing="0" style="padding-top:35px; background-color:#f1f1f1; font-family:Verdana,Arial,sans-serif; color:#454748; width:100%; border-collapse:separate;">
<tbody>
......@@ -35,7 +35,7 @@ export default function (req, res) {
<tbody>
<tr>
<td valign="middle">
<strong style="font-size:16px; margin: 0;">Welcome to Alphion</strong>
<strong style="font-size:16px; margin: 0;">Welcome to Akruti</strong>
</td>
</tr>
<tr>
......
......@@ -14,7 +14,7 @@ const Home = ({ homepage }) => {
<>
<Head>
<title>Akruti </title>
<meta name="description" content="Alphion" />
<meta name="description" content="Akruti" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" />
</Head>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!