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 />
|
||||
</ul>
|
||||
<Separator />
|
||||
<div className="text-center text-gray-500 mt-2 text-sm font-light">
|
||||
© ALL RIGHTS RESERVED SVRJS
|
||||
</div>
|
||||
<div className="text-center text-gray-500 mt-2 text-sm font-light"></div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
@ -207,6 +207,11 @@ export const AdminLinks = [
|
|||
|
||||
// contact page emails
|
||||
export const emails = [
|
||||
{
|
||||
icon: Mail,
|
||||
email: "support@svrjs.org",
|
||||
url: "mailto:support@svrjs.org",
|
||||
},
|
||||
{
|
||||
icon: WebhookIcon,
|
||||
email: "webmaster@svrjs.org",
|
||||
|
@ -222,9 +227,4 @@ export const emails = [
|
|||
email: "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