@sfdxy/mule-lint 1.7.0 → 1.7.1
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/dist/package.json
CHANGED
|
@@ -230,7 +230,7 @@ function formatHtml(report) {
|
|
|
230
230
|
Generated <span id="timestamp-display" class="font-mono text-gray-700"></span>
|
|
231
231
|
</span>
|
|
232
232
|
<div class="h-6 w-px bg-gray-200"></div>
|
|
233
|
-
<a href="https://github.com/
|
|
233
|
+
<a href="https://github.com/Avinava/mule-lint" target="_blank" class="text-gray-500 hover:text-gray-900 transition-colors">
|
|
234
234
|
<i data-lucide="github" class="w-5 h-5"></i>
|
|
235
235
|
</a>
|
|
236
236
|
<button onclick="window.print()" class="text-gray-500 hover:text-brand-600 transition-colors" title="Print Report">
|