Skip to content

Commit dc091e9

Browse files
feat: add a class to edit page button wrapper
Signed-off-by: Ar Rakin <rakinar2@osndevs.org>
1 parent 270ca77 commit dc091e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/MDX/PageInfo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default function LastModified() {
5656
)}
5757
</div>
5858

59-
<div>
59+
<div class="editbutton-wrapper">
6060
<EditButton editPath={editPath} isChanging={isChanging} />
6161
</div>
6262
</div>

0 commit comments

Comments
 (0)