Commit ccdaaa27 by sujata

miner change

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