Skip to content

Commit bc2d2df

Browse files
committed
Update title + icon
1 parent 134cf95 commit bc2d2df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/CopyPageButton.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
} from "@floating-ui/react";
1111
import { useState } from "react";
1212
import {
13-
PiMarkdownLogo,
13+
PiDotsThreeOutlineFill,
1414
PiClipboardTextLight,
1515
PiArrowSquareOutLight,
1616
PiCheckCircleLight,
@@ -129,8 +129,8 @@ export default function CopyPageButton() {
129129

130130
return (
131131
<>
132-
<span>Copy Page</span>
133-
<PiMarkdownLogo />
132+
<span>Page options</span>
133+
<PiDotsThreeOutlineFill />
134134
</>
135135
);
136136
};

0 commit comments

Comments
 (0)