Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
zrodevkaan authored May 19, 2024
1 parent 03e1a03 commit 0c487fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/dev.kaan.CharacterCounter/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function start() {
// div with my characterAmount. how dare it walk over it >:(
props.children.push(
// What's the meaning of life?
<div style={{ zIndex: '42', color: textColor, fontWeight: 'bold', fontSize: '13.5px', position: 'absolute', right: '0', textAlign: 'center' }}>
<div className={"olafSucks"} style={{ zIndex: '42', color: textColor, fontWeight: 'bold', fontSize: '13.5px', position: 'absolute', right: '0', textAlign: 'center' }}>
{displayText}
</div>
);
Expand Down

0 comments on commit 0c487fe

Please sign in to comment.