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 76ce6c7 commit 4c4ada9Copy full SHA for 4c4ada9
apps/frontend/src/app/history/page.tsx
@@ -91,7 +91,7 @@ export default function QuestionPage() {
91
92
const columns = [
93
{
94
- title: "Title",
+ title: "Question Title",
95
dataIndex: "title",
96
key: "title",
97
},
apps/frontend/src/app/matching/modalContent/MatchFoundContent.tsx
@@ -53,12 +53,6 @@ const MatchFoundContent: React.FC<Props> = ({
53
<div className="match-status-message">
54
Joining in... {formatTime(totalSeconds)}
55
</div>
56
- <button className="join-match-button" onClick={join}>
57
- Join
58
- </button>
59
- <button className="cancel-match-button" onClick={cancel}>
60
- Cancel
61
62
63
);
64
};
0 commit comments