@a11ywatch/core
Version:
a11ywatch central API
8 lines • 570 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.logoSvg = void 0;
exports.logoSvg = `<a href="https://a11ywatch.com" rel="noopener" style="text-decoration: none; display: flex;">
<img src="https://drive.google.com/uc?id=1ZzG7awkfsVM0odGnfr9QTrLDaGaVluoD" alt="A11yWatch logo" width="40" height="40">
<strong style="margin-left: 8px; font-size: 1.3rem; color: #000; padding-top: 4px">A11yWatch</strong>
</a>`;
//# sourceMappingURL=logo.js.map
;