diff --git a/src/platforms/GitHub/hooks/useGitHubCodeFold.tsx b/src/platforms/GitHub/hooks/useGitHubCodeFold.tsx index e176c05..303886d 100644 --- a/src/platforms/GitHub/hooks/useGitHubCodeFold.tsx +++ b/src/platforms/GitHub/hooks/useGitHubCodeFold.tsx @@ -87,6 +87,7 @@ function init() { if (!end) return const toggleElement = document.createElement('div') + toggleElement.setAttribute('title', 'Code Folding by Gitako') toggleElement.setAttribute('role', 'button') toggleElement.classList.add(theCSSClassForToggleElement)