tango-app-api-audit 3.6.37 → 3.6.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -110,6 +110,9 @@ export async function sendComplianceEmail( {
|
|
|
110
110
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
111
111
|
<title>Non Compliance Report</title>
|
|
112
112
|
<style>
|
|
113
|
+
thead {
|
|
114
|
+
background-color: #EAF8FF;
|
|
115
|
+
}
|
|
113
116
|
body { font-family: 'Inter', sans-serif; margin: 0; padding: 0; background: #f9fafb; color: #121a26; }
|
|
114
117
|
.container { max-width: 700px; margin: 24px auto; background: #fff; padding: 24px; border-radius: 10px; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
|
|
115
118
|
.header { display: flex; align-items: center; gap: 10px; }
|
|
@@ -171,7 +174,7 @@ constructive step forward to help you gain clarity and to ensure you feel suppor
|
|
|
171
174
|
We value the effort you’ve put in, and this feedback is part of our commitment to help every team member succeed. We will be discussing
|
|
172
175
|
this in person to clearly outline the next steps and ensure you are equipped to succeed in your role.<br><br>
|
|
173
176
|
|
|
174
|
-
Looking forward to working together on this, Below is a copy of
|
|
177
|
+
Looking forward to working together on this, Below is a copy of your submitted responses for your reference:
|
|
175
178
|
</p>
|
|
176
179
|
|
|
177
180
|
<table class="table">
|