Commit 30a36cd

V K <84337571+1e9y@users.noreply.github.com>
2024-12-17 21:55:39
bug: opensource-library-night-24 badge message must be in html
1 parent bd8320b
Changed files (1)
badges
oss-library-night-24
badges/oss-library-night-24/oss-library-night-24.ts
@@ -49,7 +49,7 @@ export default define({
     if (pulls.length > 0) {
       grant(
         'oss-library-night-24',
-        "I've participated in the [Opensource Library Night 24](https://events.yandex.ru/events/opensourcenight)!",
+        'I\'ve participated in the <a href="https://events.yandex.ru/events/opensourcenight">Opensource Library Night 24</a>!',
       ).evidencePRs(...pulls)
     }
   },