Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/sreeisalso/qwik
Browse files Browse the repository at this point in the history
  • Loading branch information
sreeisalso committed Jan 12, 2025
2 parents 7478d2e + f56c2f8 commit 1a6dbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/qwik/src/core/util/markers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const OnRenderProp = 'q:renderFn';
export const ComponentStylesPrefixHost = '💎';

/** Component style content prefix */
export const ComponentStylesPrefixContent = '️';
export const ComponentStylesPrefixContent = '️';

/** Prefix used to identify on listeners. */
export const EventPrefix = 'on:';
Expand Down

0 comments on commit 1a6dbd1

Please sign in to comment.