Set up Gitea Actions/CI #23

Merged
raucao merged 6 commits from dev/setup_ci into master 2026-02-24 14:23:01 +00:00
Showing only changes of commit 9a373e8af1 - Show all commits

View File

@@ -66,7 +66,7 @@ export default class IconComponent extends Component {
get style() {
return htmlSafe(
`width:${this.size}px;height:${this.size}px;color:${this.color}`,
`width:${this.size}px;height:${this.size}px;color:${this.color}`
);
}