Set up Gitea Actions/CI (#23)
All checks were successful
CI / Lint (push) Successful in 19s
CI / Test (push) Successful in 33s

Reviewed-on: #23
This commit was merged in pull request #23.
This commit is contained in:
2026-02-24 14:23:01 +00:00
parent 2e632658ad
commit 60b2548efd
2 changed files with 8 additions and 10 deletions

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}`
);
}