We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14d8c6 commit 2e8fb69Copy full SHA for 2e8fb69
1 file changed
ui/webapp/src/layout/games/Title.tsx
@@ -43,11 +43,7 @@ const Title = (props: Props) => {
43
);
44
45
return (
46
- <div
47
- ref={setRef}
48
- class={`position-relative w-100 h-100 ${styles.container}`}
49
- data-testid="quiz-question-title"
50
- >
+ <div ref={setRef} class={`position-relative w-100 h-100 ${styles.container}`} data-testid="quiz-question-title">
51
<div
52
ref={setTextRef}
53
class={`position-absolute w-100 text-center ${styles.text}`}
0 commit comments