diff options
Diffstat (limited to 'source/features/default-branch-button.tsx')
-rw-r--r-- | source/features/default-branch-button.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/default-branch-button.tsx b/source/features/default-branch-button.tsx index 2c5b7fa4..eb9258df 100644 --- a/source/features/default-branch-button.tsx +++ b/source/features/default-branch-button.tsx @@ -29,7 +29,7 @@ async function add(branchSelector: HTMLElement): Promise<void> { const defaultLink = ( <a - className="btn tooltipped tooltipped-s px-2" + className="btn tooltipped tooltipped-ne px-2" href={url.href} data-turbo-frame="repo-content-turbo-frame" aria-label="See this view on the default branch" |