Minor updates

This commit is contained in:
Stephanos A
2026-07-17 00:49:35 +03:00
parent ef37ce4c31
commit e59b797477
3 changed files with 4 additions and 4 deletions

View File

@@ -322,7 +322,7 @@ Payment providers send notifications to:
- \`POST /payments/webhooks/card\` (International) - \`POST /payments/webhooks/card\` (International)
## Support ## Support
- **Email:** support@edr-platform.com - **Email:** edr_@edrsc.com
- **Documentation:** https://docs.edr-platform.com - **Documentation:** https://docs.edr-platform.com
- **Status Page:** https://status.edr-platform.com - **Status Page:** https://status.edr-platform.com
`, `,

View File

@@ -365,7 +365,7 @@ export default function LoginPage() {
Back-office · v1.0 Back-office · v1.0
</span> </span>
<span className="text-xs text-gray-400 dark:text-gray-600"> <span className="text-xs text-gray-400 dark:text-gray-600">
Need help? <a href="mailto:support@edr.com" className="text-[rgb(20,113,76)] hover:underline">support@edr.com</a> Need help? <a href="mailto:edr_@edrsc.com" className="text-[rgb(20,113,76)] hover:underline">edr_@edrsc.com</a>
</span> </span>
</div> </div>
</div> </div>

View File

@@ -94,11 +94,11 @@ export default function SettingsPage() {
</div> </div>
<div> <div>
<label className="label">Support Email</label> <label className="label">Support Email</label>
<input type="email" className="input" defaultValue="support@edr-platform.com" /> <input type="email" className="input" defaultValue="edr_@edrsc.com" />
</div> </div>
<div> <div>
<label className="label">Support Phone</label> <label className="label">Support Phone</label>
<input type="tel" className="input" defaultValue="+251911234567" /> <input type="tel" className="input" defaultValue="+2519546" />
</div> </div>
<div> <div>
<label className="label">Default Currency</label> <label className="label">Default Currency</label>