changes in contact page part 2
This commit is contained in:
parent
cacf80e1fc
commit
406e4562f0
2 changed files with 6 additions and 8 deletions
|
@ -168,9 +168,7 @@ const ContactUs = () => {
|
||||||
<Iconss />
|
<Iconss />
|
||||||
</ul>
|
</ul>
|
||||||
<Separator />
|
<Separator />
|
||||||
<div className="text-center text-gray-500 mt-2 text-sm font-light">
|
<div className="text-center text-gray-500 mt-2 text-sm font-light"></div>
|
||||||
© ALL RIGHTS RESERVED SVRJS
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -207,6 +207,11 @@ export const AdminLinks = [
|
||||||
|
|
||||||
// contact page emails
|
// contact page emails
|
||||||
export const emails = [
|
export const emails = [
|
||||||
|
{
|
||||||
|
icon: Mail,
|
||||||
|
email: "support@svrjs.org",
|
||||||
|
url: "mailto:support@svrjs.org",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: WebhookIcon,
|
icon: WebhookIcon,
|
||||||
email: "webmaster@svrjs.org",
|
email: "webmaster@svrjs.org",
|
||||||
|
@ -222,9 +227,4 @@ export const emails = [
|
||||||
email: "vulnerability-reports@svrjs.org",
|
email: "vulnerability-reports@svrjs.org",
|
||||||
url: "mailto:vulnerability-reports@svrjs.org",
|
url: "mailto:vulnerability-reports@svrjs.org",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
icon: Mail,
|
|
||||||
email: "support@svrjs.org",
|
|
||||||
url: "mailto:support@svrjs.org",
|
|
||||||
},
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue