Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/components/PageActions.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const iconScroll = phosphorIcon("scroll");
<button
class="not-content"
id="page-actions-copy"
data-tooltip="Copy Page as Markdown"
aria-label="Copy Page as Markdown"
>
<svg class="copy-icon" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 256 256" fill="currentColor" set:html={iconCopy} />
Expand All @@ -40,7 +39,6 @@ const iconScroll = phosphorIcon("scroll");
<a
class="not-content"
id="page-actions-view-md"
data-tooltip="View Page as Markdown"
aria-label="View Page as Markdown"
href="index.md"
target="_blank"
Expand Down