mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 01:48:12 +00:00
Minor updates
This commit is contained in:
@@ -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
|
||||||
`,
|
`,
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user