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 077cff4 commit 60b00abCopy full SHA for 60b00ab
src/components/Answer/index.jsx
@@ -5,5 +5,5 @@ import Details from "@theme/Details";
5
* component that hide an answer
6
*/
7
export default function Answer({ children }) {
8
- return <Details summary={<summary>解答</summary>}>{children}</Details>;
+ return <Details summary={<summary>解答例</summary>}>{children}</Details>;
9
}
0 commit comments