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 b36070c commit 48f4844Copy full SHA for 48f4844
src/content/docs/learn/window-customization.mdx
@@ -122,7 +122,7 @@ Put this at the top of your `<body>` tag:
122
<button id="titlebar-minimize" title="minimize">
123
<!-- https://api.iconify.design/mdi:window-minimize.svg -->
124
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
125
- <path fill="currentColor" d="M19 13H5v-2h14z" /><path>
+ <path fill="currentColor" d="M19 13H5v-2h14z" />
126
</svg>
127
</button>
128
<button id="titlebar-maximize" title="maximize">
0 commit comments