Skip to content

Commit

Permalink
point to my real name dumym
Browse files Browse the repository at this point in the history
  • Loading branch information
e111077 committed Sep 19, 2023
1 parent 4cb66a0 commit 0a5ae01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-docs-on-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
committer: tedium-bot <[email protected]>
title: 'docs: update API docs'
body: This PR was auto generated by the update-docs-on-main GitHub action.
reviewers: emarquez
reviewers: e111077
branch: auto-update-docs
labels: |
Ready for Google
Expand Down
2 changes: 1 addition & 1 deletion button/internal/button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export abstract class Button extends LitElement implements FormSubmitter {
@property({type: Boolean, attribute: 'trailing-icon'}) trailingIcon = false;

/**
* Whether to display the icon or not. v
* Whether to display the icon or not. x
*/
@property({type: Boolean, attribute: 'has-icon'}) hasIcon = false;

Expand Down

0 comments on commit 0a5ae01

Please sign in to comment.