Skip to content

Commit 48f4844

Browse files
authored
fix(docs): correct malformed SVG path tag in Tauri documentation (#3441)
1 parent b36070c commit 48f4844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/learn/window-customization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Put this at the top of your `<body>` tag:
122122
<button id="titlebar-minimize" title="minimize">
123123
<!-- https://api.iconify.design/mdi:window-minimize.svg -->
124124
<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>
125+
<path fill="currentColor" d="M19 13H5v-2h14z" />
126126
</svg>
127127
</button>
128128
<button id="titlebar-maximize" title="maximize">

0 commit comments

Comments
 (0)