Skip to content

Commit

Permalink
revert(hiccup-html): undo accidental anchor rename
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jul 1, 2020
1 parent 5c05827 commit 64cc52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hiccup-html/src/inline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface AnchorAttribs extends Attribs, ReferrerAttribs, RelAttribs {
type: StringAttrib;
}

export const a = defElement<Partial<AnchorAttribs>>("a");
export const anchor = defElement<Partial<AnchorAttribs>>("a");

export const abbr = defElement<{ title: StringAttrib } & Partial<Attribs>>(
"abbr"
Expand Down

0 comments on commit 64cc52c

Please sign in to comment.